export declare const useState: <T>(state: T, id: string) => readonly [T, (state: T) => void];
export declare const getState: (id: string) => any;
export declare const setState: (id: string, state: any) => Map<string, any>;
//# sourceMappingURL=useState.d.ts.map