import type { FormField } from '@funkit/connect-core'; /** Other countries' tax identifiers keep the server's ordinary text field. */ export declare function ssnLength(field: FormField, country: string | undefined): 4 | 9 | undefined; //# sourceMappingURL=ssnLength.d.ts.map