import { Context } from 'koishi';
import { Config } from '.';
export declare function plugins(ctx: Context, parent: Config): Promise<void>;
