import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const MeasurementUnitVolume: core.serialization.Schema; export declare namespace MeasurementUnitVolume { type Raw = "GENERIC_FLUID_OUNCE" | "GENERIC_SHOT" | "GENERIC_CUP" | "GENERIC_PINT" | "GENERIC_QUART" | "GENERIC_GALLON" | "IMPERIAL_CUBIC_INCH" | "IMPERIAL_CUBIC_FOOT" | "IMPERIAL_CUBIC_YARD" | "METRIC_MILLILITER" | "METRIC_LITER"; }