import { SQLiteStore, QueryEngine } from '@cortex/graph'; export interface StoreBundle { store: SQLiteStore; queryEngine: QueryEngine; cleanup: () => void; } export declare function createStoreBundle(configDir?: string): Promise; //# sourceMappingURL=store-factory.d.ts.map