export declare enum NotificationType {
    ValidateLead = "validate_lead",
    WelcomeTenant = "tenant_welcome"
}
