export declare function isValidPhoneNumber(phone: string): boolean; export declare function isEmptyPhoneNumber(phone: string): boolean;