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