import type { TokenCachePersistenceOptions } from '@azure/identity'; /** * The options for token cache persistence. * This will be used by the token cache plugin. */ export declare const tokenCachePersistenceOptions: TokenCachePersistenceOptions & { name: string; }; //# sourceMappingURL=tokenCachePersistenceOptions.d.ts.map