export declare const createGlobalState: (initialObject?: T) => T; export declare const useGlobalState: (source?: T) => T;