import { ExchangeError } from './exchange.error';
export declare class InvalidExchangeDataError extends ExchangeError {
    constructor();
}
