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