import { InitConfig, Models, RematchStore, ModelCreator } from './types'; export declare const init: , TExtraModels extends Models = Record>(initConfig?: InitConfig | undefined) => RematchStore; export declare const createModel: ModelCreator; declare const _default: { init: , TExtraModels extends Models = Record>(initConfig?: InitConfig | undefined) => RematchStore; createModel: ModelCreator; }; export default _default; export * from './types'; //# sourceMappingURL=index.d.ts.map