import * as T from "./type"; import * as V from "@nexys/validation"; export declare const uiTypeToVType: (t: T.FormType) => V.Type.FieldType; export declare const generateValidatorFromDef: (df: T.FormDef[]) => V.Type.Shape; export declare const isError: (error: V.Type.Error | V.Type.ErrorOut, attr: string) => error is V.Type.Error;