/** * Injects the console interceptor script into an iframe * Works for same-origin iframes. For cross-origin iframes, logs cannot be intercepted. */ export declare function injectConsoleInterceptor(iframe: HTMLIFrameElement): void; //# sourceMappingURL=iframeConsoleInterceptor.d.ts.map