import { HttpService } from '@nestjs/axios'; import { KiwoomOptions } from '@src/interfaces'; import { AU10001Response, AU10002Response } from '@src/types'; export declare class Oauth2 { private readonly option; private readonly httpService; private readonly headers; private readonly body; private readonly auth; constructor(option: KiwoomOptions, httpService: HttpService); getBearerToken(): Promise; au10001(): Promise; au10002(token: string): Promise; } //# sourceMappingURL=oauth2.service.d.ts.map