import { HTTPClient } from '../../../utils/http'; import { GlobalBankAccountConfiguration } from './types'; export declare class GlobalBankAccountAPI { private readonly _httpClient; private readonly _baseUrl; constructor(_httpClient: HTTPClient, _baseUrl: string); configurations(): Promise; } //# sourceMappingURL=api.d.ts.map