import type { CommandSetOptions, RespOK, StringOrBuffer } from '../index.ts'; export declare function createCommand(key: string, value: StringOrBuffer, options?: CommandSetOptions): StringOrBuffer[]; export declare function set(this: T, key: string, value: StringOrBuffer, options?: CommandSetOptions): Promise;