import { RootStore, IRootStoreParams } from './rootStore'; import { ServiceStore } from './serviceStore'; import { AuthStore, IAuthStoreOptions } from './authStore'; import type { IDefaultOfflineItemModel, IServiceStoreOptions } from './types'; export declare const createRootStore: (options: IRootStoreParams) => RootStore; export declare const createServiceStore: (rootStore: RootStore, options: IServiceStoreOptions) => ServiceStore; export declare const createAuthStore: (rootStore: RootStore, options: IAuthStoreOptions) => AuthStore; //# sourceMappingURL=index.d.ts.map