import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const MeasurementUnitWeight: core.serialization.Schema; export declare namespace MeasurementUnitWeight { type Raw = "IMPERIAL_WEIGHT_OUNCE" | "IMPERIAL_POUND" | "IMPERIAL_STONE" | "METRIC_MILLIGRAM" | "METRIC_GRAM" | "METRIC_KILOGRAM"; }