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