import { HttpService } from '@nestjs/axios'; import { Oauth2 } from '@services/oauth2.service'; import { KA90001Param, KA90001Response, KA90002Param, KA90002Response } from '@src/types'; export declare class ThemeService { private readonly httpService; private readonly oauth2; private readonly domain; private readonly url; private readonly baseHeaders; constructor(httpService: HttpService, oauth2: Oauth2); private executeApiCall; ka90001(ka90001Param: KA90001Param): Promise; ka90002(ka90002Param: KA90002Param): Promise; } //# sourceMappingURL=theme.service.d.ts.map