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