import { HardhatRuntimeEnvironmentExtended } from './types'; export declare const transferOwnership: (hre: HardhatRuntimeEnvironmentExtended, signWithEoa: boolean) => Promise; //# sourceMappingURL=transfer-ownership.d.ts.map