import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const MeasurementUnitArea: core.serialization.Schema; export declare namespace MeasurementUnitArea { type Raw = "IMPERIAL_ACRE" | "IMPERIAL_SQUARE_INCH" | "IMPERIAL_SQUARE_FOOT" | "IMPERIAL_SQUARE_YARD" | "IMPERIAL_SQUARE_MILE" | "METRIC_SQUARE_CENTIMETER" | "METRIC_SQUARE_METER" | "METRIC_SQUARE_KILOMETER"; }