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