import { Context } from 'koishi';
import { Config } from '../config';
export * from './common';
export * from './arg-parse';
export * from './error';
export * from './user-info';
export declare function apply(ctx: Context, config: Config): Promise<void>;