/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { Domain } from "./Domain"; import { Context } from "./Context"; import { EventAttributes } from "./EventAttributes"; import { Origin } from "./Origin"; export declare const BaseEvent: core.serialization.ObjectSchema; export declare namespace BaseEvent { interface Raw { domain: Domain.Raw; context: Context.Raw; attributes?: EventAttributes.Raw | null; callbackUrl?: string | null; dataUrl?: string | null; target?: string | null; origin?: Origin.Raw | null; namespaces?: string[] | null; } }