import type { Provider } from "zksync-ethers";
export declare const getProxyImplementation: (proxyContractAddress: string, provider: Provider) => Promise<string | undefined>;
