import type { IStore } from "../utils";
export declare const Store: () => IStore;
