import { SamlIdpMap } from "./types/saml.mjs";
//#region src/saml.d.ts
declare const SAML_IDPS: SamlIdpMap;
//#endregion
export { SAML_IDPS };