import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DestinationType } from "./DestinationType"; export declare const Destination: core.serialization.ObjectSchema; export declare namespace Destination { interface Raw { type?: DestinationType.Raw | null; id?: string | null; } }