import type { ExtendedOptions } from './types';
export declare function generateModernIframeScriptCode(options: ExtendedOptions): Promise<string>;
