import type { CDPSession } from "../cdp/types";
export declare function ensureScriptInjected(session: CDPSession, key: string, source: string, executionContextId?: number): Promise<void>;
