export declare class BunqApiConfig { constructor(configFilename?: string); static createForSpecs(): BunqApiConfig; static read(filename: string): string; static readJson(filename: string): any; readonly json: any; }