import { SsoProfile } from "./types";
/**
 * @internal
 */
export declare const validateSsoProfile: (profile: Partial<SsoProfile>) => SsoProfile;
