import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const V1OrderHistoryEntryAction: core.serialization.Schema; export declare namespace V1OrderHistoryEntryAction { type Raw = "ORDER_PLACED" | "DECLINED" | "PAYMENT_RECEIVED" | "CANCELED" | "COMPLETED" | "REFUNDED" | "EXPIRED"; }