import { Session, Context } from 'koishi';
export declare const CommandTest: (ctx: Context, session: Session) => Promise<string>;
