import { RequestConfig } from './query'; declare type SourceCode = { SourceCode: string; ABI: string; ContractName: string; CompilerVersion: string; OptimizationUsed: string; Runs: string; ConstructorArguments: string; EVMVersion: string; Library: string; LicenseType: string; Proxy: string; Implementation: string; SwarmSource: string; }; declare function getContractAbi(address: string, requestConfig?: RequestConfig): Promise>; declare function getContractSourceCode(address: string, requestConfig?: RequestConfig): Promise>; declare const _default: { getContractAbi: typeof getContractAbi; getContractSourceCode: typeof getContractSourceCode; }; export default _default; //# sourceMappingURL=contract.d.ts.map