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