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