import type { RespCommandKeyFlag } from '../index.ts'; export declare function createCommand(command: string, parameters: string[]): string[]; export declare function commandGetkeysandflags(this: T, command: string, parameters: string[]): Promise;