export declare class ABIManager { static getABI(contractName: string): Promise; static setABI(contractName: string, abi: any): void; }