import { GetTokenDto, GetTokenResponse } from './types'; import { ATV } from '@src/ATV'; export declare class GetToken { private readonly props; constructor(scope: ATV); execute({ username, password }: GetTokenDto): Promise; private initProps; }