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