export declare function createCommand(message: string): string[]; export declare function echo(this: T, message: string): Promise;