export declare abstract class PricesError extends Error { constructor(name: string, errorMessage: string); toString: () => string; }