export declare const isValidEmail: (email?: string | null) => boolean; export declare const isValidPassword: (password?: string | null) => boolean; export declare const isValidPhoneNumber: (phoneNumber?: string | null) => boolean; export declare const isValidTicket: (ticket?: string | null) => false | "" | RegExpMatchArray | null | undefined; //# sourceMappingURL=validators.d.ts.map