import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const ExternalTargetFieldApi: core.serialization.ObjectSchema; export declare namespace ExternalTargetFieldApi { interface Raw { name?: string | null; description?: string | null; is_mapped?: string | null; } }