import { HardhatRuntimeEnvironment } from "hardhat/types"; import { ScillaContract } from "./ScillaContractDeployer"; export declare function contractFromAddress(hre: HardhatRuntimeEnvironment, address: string): Promise; //# sourceMappingURL=ScillaContractInteractor.d.ts.map