export declare type Validation = (value: string) => string;
