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 { Benefit?: FieldMappingApiInstance.Raw[] | null; EmployerBenefit?: FieldMappingApiInstance.Raw[] | null; Company?: FieldMappingApiInstance.Raw[] | null; EmployeePayrollRun?: FieldMappingApiInstance.Raw[] | null; Employee?: FieldMappingApiInstance.Raw[] | null; Employment?: FieldMappingApiInstance.Raw[] | null; Location?: FieldMappingApiInstance.Raw[] | null; PayrollRun?: FieldMappingApiInstance.Raw[] | null; Team?: FieldMappingApiInstance.Raw[] | null; TimeOff?: FieldMappingApiInstance.Raw[] | null; TimeOffBalance?: FieldMappingApiInstance.Raw[] | null; BankInfo?: FieldMappingApiInstance.Raw[] | null; PayGroup?: FieldMappingApiInstance.Raw[] | null; Group?: FieldMappingApiInstance.Raw[] | null; Dependent?: FieldMappingApiInstance.Raw[] | null; TimesheetEntry?: FieldMappingApiInstance.Raw[] | null; } }