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