import { o as DeviceCodeInfo, p as TokenInfo } from "./types-JWtwb_s9.js"; //#region src/auth/device-code.d.ts declare class DeviceCodeAuth { private pca; private cachedToken; private scopes; constructor(clientId: string, tenantId: string, scopes: string[]); getAccessToken(): Promise; initiateDeviceCodeFlow(onDeviceCode: (info: DeviceCodeInfo) => void): Promise; signOut(): Promise; private toTokenInfo; } //#endregion export { DeviceCodeAuth as t }; //# sourceMappingURL=device-code-D7Whx3xo.d.ts.map