import { type AuthenticationRecord } from '@azure/identity'; /** * Retrieves the authentication record from Cloudpack's global cache folder. * @param cachePath - The path to Cloudpack's cache folder. * @returns - The authentication record if it exists; otherwise, returns `undefined`. */ export declare function getAuthenticationRecord(cachePath: string): AuthenticationRecord | undefined; //# sourceMappingURL=getAuthenticationRecord.d.ts.map