import { ValidatorFn } from "@angular/forms"; export declare namespace SystemUtil { function get_random_uuid(): string; function validateEmailAddress(): ValidatorFn; }