export declare class Configuration { etherscanKey: string; cryptocompareKey: string; constructor(etherscanKey: string, cryptocompare: string); }