import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { AttachmentRequestAttachmentType } from "./AttachmentRequestAttachmentType"; export declare const AttachmentRequest: core.serialization.ObjectSchema; export declare namespace AttachmentRequest { interface Raw { file_name?: string | null; file_url?: string | null; candidate?: string | null; attachment_type?: AttachmentRequestAttachmentType.Raw | null; integration_params?: Record | null; linked_account_params?: Record | null; } }