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 { Ticket?: RemoteFieldApi.Raw[] | null; Comment?: RemoteFieldApi.Raw[] | null; Project?: RemoteFieldApi.Raw[] | null; Collection?: RemoteFieldApi.Raw[] | null; User?: RemoteFieldApi.Raw[] | null; Role?: RemoteFieldApi.Raw[] | null; Account?: RemoteFieldApi.Raw[] | null; Team?: RemoteFieldApi.Raw[] | null; Attachment?: RemoteFieldApi.Raw[] | null; Tag?: RemoteFieldApi.Raw[] | null; Contact?: RemoteFieldApi.Raw[] | null; } }