import { ValidSupplier } from '../../../prices/suppliers'; import { PricesError } from './PricesError'; export declare class ResponseParseError extends PricesError { response: unknown; constructor(supplier: ValidSupplier, response: unknown); }