import type { StringOrBuffer } from '../index.ts'; export declare function createCommand(mapping: Record): StringOrBuffer[]; export declare function mset(this: T, mapping: Record): Promise<"OK">;