import { Knex } from 'knex';
import { IUnleashConfig } from '../types/option';
import { IUnleashStores } from '../types/stores';
export declare const createStores: (config: IUnleashConfig, db: Knex) => IUnleashStores;
