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