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