import { AuthContextType, ITenantInfo } from "@kwiz/common";
export declare function ConfigureSPOAuth(config?: AuthContextType): void;
export declare function getAxiosConfigSharePoint(tenantInfo: ITenantInfo, hostName: string, clearCache?: boolean): Promise<import("axios").AxiosRequestConfig<any>>;
