export declare type ValidationType = { name: string; message: string; test: (value?: string | undefined) => boolean; }; //# sourceMappingURL=types.d.ts.map