import type { FormValues } from '@funkit/connect-core'; import type { StripeLinkRegistration } from './stripeOnramp'; /** * The account-creation round's answers as `registerLinkUser`'s argument, or * `undefined` when a required piece is missing. * * The email is not a form field: Link must be registered under the identity * the backend already verified, so the caller hands it over from the round's * transition rather than letting the buyer type it. */ export declare function stripeLinkRegistrationFrom(values: FormValues, verifiedEmail: string | undefined): StripeLinkRegistration | undefined; //# sourceMappingURL=stripeAccountCreation.d.ts.map