export declare const noopStorage: { getItem: (_key: string) => null; setItem: (_key: string, _value: string) => void; }; export declare const isBrowser: () => boolean;