import type { RespCommandListFilter } from '../index.ts'; export declare function createCommand(filter?: RespCommandListFilter): string[]; export declare function commandList(this: T, filter?: RespCommandListFilter): Promise;