export type AnyFn = (...args: any[]) => any; export declare function createGlobalState(stateFactory: Fn): Fn;