import { PricesError } from './PricesError'; export declare class DateOutOfRangeError extends PricesError { searchDate: Date; constructor(searchDate: Date); toString: () => string; }