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