import { Wallet } from 'zksync-ethers'; export type ChangeAdminFunction = (proxyAddress: string, newAdmin: string, wallet: Wallet) => Promise; export type TransferProxyAdminOwnershipFunction = (proxyAddress: string, newOwner: string, wallet: Wallet) => Promise; export declare function makeChangeProxyAdmin(): ChangeAdminFunction; export declare function makeTransferProxyAdminOwnership(): TransferProxyAdminOwnershipFunction; //# sourceMappingURL=admin.d.ts.map