export interface B2Config { endpoint: string; token: string; } export declare function readConfig(path: string): Promise;