import { Context } from 'koishi';
export declare const initDatabase: (ctx: Context) => void;
