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