import { type IPriceQuantity } from '../../types/index.js';
export declare class PriceQuantity {
    readonly minimum: number;
    readonly maximum: number;
    constructor(priceQuantity: IPriceQuantity);
}
