export declare class ABIService { private httpRequest_; constructor(baseUrl: string); getABI(contractName: string): Promise; }