import { HttpService } from '@nestjs/axios'; import { Oauth2 } from '@services/oauth2.service'; import { KA10008Param, KA10008Response, KA10009Param, KA10009Response, KA10131Param, KA10131Response, KA52301Param, KA52301Response } from '@src/types'; export declare class ForeignInstitutionalService { private readonly httpService; private readonly oauth2; private readonly domain; private readonly url; private readonly baseHeaders; constructor(httpService: HttpService, oauth2: Oauth2); private executeApiCall; ka10008(ka10008Param: KA10008Param): Promise; ka10009(ka10009Param: KA10009Param): Promise; ka10131(ka10131Param: KA10131Param): Promise; ka52301(ka52301Param: KA52301Param): Promise; } //# sourceMappingURL=foreign-institutional.service.d.ts.map