type SamlParseMetadataProps = { url: string; }; export declare const isSamlParseMetadata: import("ajv").ValidateFunction; type SamlParseMetadataResult = { entryPoint?: string; idpSLORedirectURL?: string; cert?: string; identifierFormat?: string; warnings: string[]; }; export declare const validateSamlParseMetadataSuccessResponse: import("ajv").ValidateFunction; export {}; //# sourceMappingURL=saml.d.ts.map