import type { RespCommandDoc } from '../index.ts'; export declare function createCommand(commands?: string[]): string[]; export declare function commandDocs(this: T, commands?: string[]): Promise>;