type SafeWindowType = { [K in keyof T]?: T[K]; }; export declare const safeWindow: SafeWindowType; export {};