/** * Creates a hidden iframe for pre-warming the catalog. * The iframe loads in the background and will be reused when openLink is called. */ export declare function createPrewarmIframe(): void; export declare function removePrewarmIframe(): void;