import { HardhatRuntimeEnvironmentExtended } from '../types'; /** * Transfer the ownership of a contract from the current owner to the RN Multisig Safe * @param contract contract to update * @param hre Hardhat runtime environment * @param signWithEoa Are transactions to be signed by an EAO */ export declare const updateOwner: ({ contract, hre, signWithEoa, }: { contract: string; hre: HardhatRuntimeEnvironmentExtended; signWithEoa: boolean; }) => Promise; //# sourceMappingURL=update-owner.d.ts.map