import { AuthContextType, ITenantInfo } from "@kwiz/common";
/** client secret not supported by SharePoint, must use certificate */
export declare function GetMSALToken(tenantInfo: ITenantInfo, scope: string, auth: AuthContextType, clearCache?: boolean): Promise<string>;
