import { AuthContextType, ITenantInfo } from "@kwiz/common";
/** "https://graph.microsoft.com" */
export declare const graphScope = "https://graph.microsoft.com";
export declare function ConfigureGraphAuth(config?: AuthContextType): void;
export declare function getAxiosConfigGraph(tenantInfo: ITenantInfo, clearCache?: boolean): Promise<import("axios").AxiosRequestConfig<any>>;
