import { p as TokenInfo } from "./types-JWtwb_s9.js"; //#region src/auth/client-credentials.d.ts declare class ClientCredentialsAuth { private cca; private cachedToken; private scopes; constructor(clientId: string, tenantId: string, clientSecret: string, scopes: string[]); getAccessToken(): Promise; clearCache(): void; } //#endregion export { ClientCredentialsAuth as t }; //# sourceMappingURL=client-credentials-ByeGRRGV.d.ts.map