in lib/sdk.ts [6:11]
export function getLookerSDK(): Looker40SDK { if (!SDK) { SDK = LookerNodeSDK.init40(); } return SDK; }