import { type IUnleashConfig, type IUnleashStores } from '../types/index.js';
import type { Db } from './db.js';
export declare const createStores: (config: IUnleashConfig, db: Db) => IUnleashStores;
//# sourceMappingURL=index.d.ts.map