import { Contract, Wallet } from 'zksync-ethers'; export declare function attachITransparentUpgradeableProxyV5(address: string, wallet?: Wallet): Promise; export declare function attachITransparentUpgradeableProxyV4(address: string, wallet?: Wallet): Promise; export declare function attachProxyAdminV5(address: string, wallet?: Wallet): Promise; export declare function attachProxyAdminV4(address: string, wallet?: Wallet): Promise; //# sourceMappingURL=attach-abi.d.ts.map