import { type AuthenticationRecord } from '@azure/identity'; /** * Saves the provided authentication record to Cloudpack's global cache folder. * Creates the cache folder if it doesn't exist. * @param cachePath - The path to Cloudpack's cache folder. * @param authRecord - The authentication record to save. */ export declare function saveAuthenticationRecord(cachePath: string, authRecord: AuthenticationRecord): void; //# sourceMappingURL=saveAuthenticationRecord.d.ts.map