import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const CatalogQueryRange: core.serialization.ObjectSchema; export declare namespace CatalogQueryRange { interface Raw { attribute_name: string; attribute_min_value?: ((bigint | number) | null | undefined) | null; attribute_max_value?: ((bigint | number) | null | undefined) | null; } }