export declare function suppressVendorConsoleWindow(windowMs?: number): void; /** * Suppresses noisy cross-origin vendor runtime script errors so Angular does not * surface them as unhandled `ErrorEvent` crashes in the console. */ export declare function installVendorRuntimeErrorSuppression(): void;