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