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