import { Contract } from "@alephium/web3"; export declare function getContractByCodeHash(codeHash: string): Contract;