import type { IDP } from '../routes/types'; /** * Get SSO identity provider login URL * * @public */ export declare const getSSOLoginURL: (idp: any, path?: string, host?: string) => string; /** * Request SSO identity provider list * * @public */ export declare const fetchIDPs: (path?: string, host?: string) => Promise; //# sourceMappingURL=sso.d.ts.map