declare type GenericObject = { [key: string]: any; }; export declare function useGlobalObjectState(key: string, initialState?: T): [T, (val: T | null | undefined) => void]; export {}; //# sourceMappingURL=useGlobalObjectState.d.ts.map