import type { FormDescriptor } from '@funkit/connect-core'; /** * The contract describes requested fields, rather than exposing an L1/L2 flag. * A later round may re-ask for a birth date beside its declarations, so that * one identity field alone does not make the round an identity round. */ export declare function isAdditionalKycForm(form: FormDescriptor): boolean; //# sourceMappingURL=isAdditionalKycForm.d.ts.map