import * as V from "@nexys/validation"; import { FormDef, FormType } from "./type"; export declare const getValue: (v: string | undefined) => A | undefined; export declare const uiTypeToVType: (t: FormType) => V.Type.FieldType; export declare const generateValidatorFromDef: (df: FormDef[]) => V.Type.Shape;