declare function TelephoneNumber(value: any): boolean; declare function EmailAddress(value: any): boolean; declare function NotEmpty(value: any): any; declare const _default: { TelephoneNumber: typeof TelephoneNumber; EmailAddress: typeof EmailAddress; NotEmpty: typeof NotEmpty; }; export default _default; export declare function phoneNumber(value: any): string;