import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DestinationDetailsCardRefundDetails } from "./DestinationDetailsCardRefundDetails"; import { DestinationDetailsCashRefundDetails } from "./DestinationDetailsCashRefundDetails"; import { DestinationDetailsExternalRefundDetails } from "./DestinationDetailsExternalRefundDetails"; export declare const DestinationDetails: core.serialization.ObjectSchema; export declare namespace DestinationDetails { interface Raw { card_details?: DestinationDetailsCardRefundDetails.Raw | null; cash_details?: DestinationDetailsCashRefundDetails.Raw | null; external_details?: DestinationDetailsExternalRefundDetails.Raw | null; } }