export declare function createCommand(key: string, items: string[]): string[]; export declare function bfMadd(this: T, key: string, items: string[]): Promise;