import type { IsEmptyValueType } from './validatorsTypes'; export declare const isEmpty: (value: IsEmptyValueType) => boolean; export declare const secureImage: (imageUrl: string) => string; export declare const isNumber: (value: string | number) => boolean; export declare const isValidEmail: (value: string) => boolean;