import { VyPromise } from "../core"; import { VyAccessTokenDto } from "../models"; import { VyApiBase } from "./VyApiBase"; export declare class VyAuthAPI { private _apiBase; private _apiEndpoint; constructor(_apiBase: VyApiBase); getAccessToken(clientId: string, clientSecret: string): VyPromise; } //# sourceMappingURL=VyAuthAPI.d.ts.map