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<GlobalBankAccountConfiguration[]>;
}
//# sourceMappingURL=api.d.ts.map