import type { Context } from 'koishi';
export declare function initCommon(context: Context): Promise<void>;
