import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const GiftCardActivityType: core.serialization.Schema; export declare namespace GiftCardActivityType { type Raw = "ACTIVATE" | "LOAD" | "REDEEM" | "CLEAR_BALANCE" | "DEACTIVATE" | "ADJUST_INCREMENT" | "ADJUST_DECREMENT" | "REFUND" | "UNLINKED_ACTIVITY_REFUND" | "IMPORT" | "BLOCK" | "UNBLOCK" | "IMPORT_REVERSAL" | "TRANSFER_BALANCE_FROM" | "TRANSFER_BALANCE_TO"; }