export declare function createCommand(...keys: string[]): string[]; export declare function sunion(this: T, ...keys: string[]): Promise;