export declare const isClient: boolean; export declare const defaultWindow: (Window & typeof globalThis) | undefined; export declare const defaultDocument: Document | undefined; export declare const defaultNavigator: Navigator | undefined;