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