import { IGlobalState } from '../../models/IGlobalState';
export declare const globalState: import("jotai").PrimitiveAtom<IGlobalState> & {
    init: IGlobalState;
};
//# sourceMappingURL=globalState.d.ts.map