import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { FieldMappingApiInstance } from "./FieldMappingApiInstance"; export declare const FieldMappingApiInstanceResponse: core.serialization.ObjectSchema; export declare namespace FieldMappingApiInstanceResponse { interface Raw { Account?: FieldMappingApiInstance.Raw[] | null; AccountingAttachment?: FieldMappingApiInstance.Raw[] | null; BalanceSheet?: FieldMappingApiInstance.Raw[] | null; CashFlowStatement?: FieldMappingApiInstance.Raw[] | null; CompanyInfo?: FieldMappingApiInstance.Raw[] | null; Contact?: FieldMappingApiInstance.Raw[] | null; IncomeStatement?: FieldMappingApiInstance.Raw[] | null; CreditNote?: FieldMappingApiInstance.Raw[] | null; Item?: FieldMappingApiInstance.Raw[] | null; PurchaseOrder?: FieldMappingApiInstance.Raw[] | null; SalesOrder?: FieldMappingApiInstance.Raw[] | null; ItemFulfillment?: FieldMappingApiInstance.Raw[] | null; ExpenseReport?: FieldMappingApiInstance.Raw[] | null; TrackingCategory?: FieldMappingApiInstance.Raw[] | null; JournalEntry?: FieldMappingApiInstance.Raw[] | null; TaxRate?: FieldMappingApiInstance.Raw[] | null; Invoice?: FieldMappingApiInstance.Raw[] | null; Payment?: FieldMappingApiInstance.Raw[] | null; Expense?: FieldMappingApiInstance.Raw[] | null; VendorCredit?: FieldMappingApiInstance.Raw[] | null; Transaction?: FieldMappingApiInstance.Raw[] | null; AccountingPeriod?: FieldMappingApiInstance.Raw[] | null; GeneralLedgerTransaction?: FieldMappingApiInstance.Raw[] | null; BankFeedAccount?: FieldMappingApiInstance.Raw[] | null; Employee?: FieldMappingApiInstance.Raw[] | null; PaymentMethod?: FieldMappingApiInstance.Raw[] | null; Project?: FieldMappingApiInstance.Raw[] | null; PaymentTerm?: FieldMappingApiInstance.Raw[] | null; } }