import type { authentication } from "@wix/identity"; import type { RegistrationOptions } from "../types.js"; export declare function mapRegistrationOptionsToIdentityProfile(registrationOptions?: RegistrationOptions): authentication.IdentityProfile | undefined; //# sourceMappingURL=mappers.d.ts.map