import { Money } from './Money'; export declare type PriceRange = { readonly maxVariantPrice: Money; readonly minVariantPrice: Money; };