import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { EventTypeEnum } from "./EventTypeEnum"; export declare const AuditLogEventEventType: core.serialization.Schema; export declare namespace AuditLogEventEventType { type Raw = EventTypeEnum.Raw | string; }