import { HttpService } from '@nestjs/axios'; import { Oauth2 } from '@services/oauth2.service'; import { KA10014Param, KA10014Response } from '@src/types/shortSale'; export declare class ShortSaleService { private readonly httpService; private readonly oauth2; private readonly domain; private readonly url; private readonly baseHeaders; constructor(httpService: HttpService, oauth2: Oauth2); private executeApiCall; ka10014(ka10014Param: KA10014Param): Promise; } //# sourceMappingURL=shortSale.service.d.ts.map