import type { RespWaitAOF } from '../index.ts'; export declare function createCommand(numlocal: number, numreplicas: number, timeout: number): string[]; export declare function waitaof(this: T, numlocal: number, numreplicas: number, timeout: number): Promise;