import { EthereumProvider } from '@openzeppelin/upgrades-core'; import { ContractInstance, UpgradeOptions } from './utils'; declare function changeProxyAdmin(proxyAddress: string, newAdmin: string, opts?: UpgradeOptions): Promise; declare function transferProxyAdminOwnership(newOwner: string, opts?: UpgradeOptions): Promise; declare function getInstance(opts?: UpgradeOptions): Promise; export declare function getManifestAdmin(provider: EthereumProvider): Promise; export declare const admin: { getInstance: typeof getInstance; transferProxyAdminOwnership: typeof transferProxyAdminOwnership; changeProxyAdmin: typeof changeProxyAdmin; }; export {}; //# sourceMappingURL=admin.d.ts.map