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