export declare class PricingCalculationError extends Error { constructor(operation: string, originalError?: Error); }