import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { RemoteFieldRemoteFieldClass } from "./RemoteFieldRemoteFieldClass"; export declare const RemoteField: core.serialization.ObjectSchema; export declare namespace RemoteField { interface Raw { remote_field_class: RemoteFieldRemoteFieldClass.Raw; value?: unknown | null; } }