import type { RespBloomFilterInfo } from '../index.ts'; export declare function createCommand(key: string): string[]; export declare function bfInfo(this: T, key: string): Promise;