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