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