export declare class InvalidCryptoExchangeError extends Error { code: string; constructor(message?: string); static get code(): string; }