export declare const email: (value: string) => string; export declare const numbers: (val: string) => string; export declare const phone: (val: string) => string;