import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const EventTypeMetadata: core.serialization.ObjectSchema; export declare namespace EventTypeMetadata { interface Raw { event_type?: string | null; api_version_introduced?: string | null; release_status?: string | null; } }