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; Contact?: RemoteFieldApi.Raw[] | null; Lead?: RemoteFieldApi.Raw[] | null; Note?: RemoteFieldApi.Raw[] | null; Opportunity?: RemoteFieldApi.Raw[] | null; Stage?: RemoteFieldApi.Raw[] | null; User?: RemoteFieldApi.Raw[] | null; Task?: RemoteFieldApi.Raw[] | null; Engagement?: RemoteFieldApi.Raw[] | null; } }