export declare function createCommand(source: string, destination: string, member: string): string[]; export declare function smove(this: T, source: string, destination: string, member: string): Promise;