import type { IAuthSession, IHostConnection } from '@looker/sdk-rtl';
import { Looker40SDK } from './4.0/methods';
export declare class LookerExtensionSDK {
static createClient(hostConnection: IHostConnection, _type?: new (authSession: IAuthSession) => Looker40SDK): Looker40SDK;
}