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