import type { EmbedConnection } from './EmbedConnection'; import type { ILookerEmbedExtension } from './types'; export declare class ExtensionConnection implements ILookerEmbedExtension { private _connection; constructor(_connection: EmbedConnection); }