export declare const isEmail: (email: string) => boolean; export declare const isRequiredLength: (str: string, minLegth?: number, maxLength?: number) => boolean; //# sourceMappingURL=Validation.d.ts.map