import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { MeasurementUnit } from "./MeasurementUnit"; export declare const OrderQuantityUnit: core.serialization.ObjectSchema; export declare namespace OrderQuantityUnit { interface Raw { measurement_unit?: MeasurementUnit.Raw | null; precision?: (number | null | undefined) | null; catalog_object_id?: (string | null | undefined) | null; catalog_version?: ((bigint | number) | null | undefined) | null; } }