export declare const validate: (value: any) => true | { type: string; message: string; };