import type { Sequelize } from 'sequelize';
export declare function initStore(sequelize: Sequelize): Promise<void>;
