export function fire({ name, value, _this }: { name: any; value: any; _this: any; }): any; export function validateEmail(email: any): boolean; export function uuidv4(): any;