import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { Money } from "./Money"; export declare const GiftCardActivityRefund: core.serialization.ObjectSchema; export declare namespace GiftCardActivityRefund { interface Raw { redeem_activity_id?: (string | null | undefined) | null; amount_money?: Money.Raw | null; reference_id?: (string | null | undefined) | null; payment_id?: string | null; } }