import { TransferParams, TransferResponse } from '../types/index.js'; import { IExecConsumer } from '../types/internalTypes.js'; export declare const transferOwnership: ({ iexec, protectedData, newOwner, }: IExecConsumer & TransferParams) => Promise;