import type { FormValues } from '@funkit/connect-core'; import type { StripeKycInfo } from './stripeOnramp'; /** * A field round's answers as `attachKycInfo`'s argument, or `undefined` when the * round carried none of them. * * Stripe's guidance is to collect these in our own UI and pass them in, so this * is the whole of what its field sheet would otherwise have asked for. */ export declare function stripeKycInfoFrom(values: FormValues): StripeKycInfo | undefined; //# sourceMappingURL=stripeKycInfo.d.ts.map