import { Context as ReactContext } from "react"; export declare const _createAppStores: () => { rootStore: import("./interfaces").IRootStore; employeeStore: import("./interfaces").IocIEmployeeStore; }; export type TEmployeeStores = ReturnType; export declare const createAppStores: () => TEmployeeStores; export type TEmployeeContext = ReactContext;