export declare function createCommand(key: string, newkey: string): string[]; export declare function renamenx(this: T, key: string, newkey: string): Promise;