import { B2Config } from './config'; import { B2Client } from './client'; export declare const TEST_CONFIG_FILE = "./b2config.json"; export declare function getTestConfig(): Promise; export declare function getTestClient(): Promise;