import { Client } from '@microsoft/microsoft-graph-client';
export declare function getGraphClientWithRetry(userEmail: string): Promise<Client>;
export declare function getGraphClient(userEmail: string): Promise<Client>;
export declare function executeWithTokenRetry<T>(userEmail: string, operation: (client: Client) => Promise<T>): Promise<T>;
//# sourceMappingURL=graphClient.d.ts.map