import type { Price } from './types'; export declare class PricingFormatter { static price(price: Price): string; }