export declare function createCommand(...keys: string[]): string[]; export declare function mget(this: T, ...keys: string[]): Promise<(string | null)[]>;