import { HttpService } from '@nestjs/axios'; import { Oauth2 } from '@services/oauth2.service'; import { KA10010Param, KA10010Response, KA10051Param, KA10051Response, KA20001Param, KA20001Response, KA20002Param, KA20002Response, KA20003Param, KA20003Response, KA20009Param, KA20009Response } from '@src/types'; export declare class SectorService { private readonly httpService; private readonly oauth2; private readonly domain; private readonly url; private readonly baseHeaders; constructor(httpService: HttpService, oauth2: Oauth2); private executeApiCall; ka10010(ka10010Param: KA10010Param): Promise; ka10051(ka10051Param: KA10051Param): Promise; ka20001(ka20001Param: KA20001Param): Promise; ka20002(ka20002Param: KA20002Param): Promise; ka20003(ka20003Param: KA20003Param): Promise; ka20009(ka20009Param: KA20009Param): Promise; } //# sourceMappingURL=sector.service.d.ts.map