export declare const isServer: () => boolean; export declare const isClient: () => boolean; export declare const getWindow: () => Window | undefined; export declare const getDocument: () => Document | undefined; /** @deprecated why can't we just use some local object instead? */ export declare const getGlobal: () => Window;