import * as zk from 'zksync-ethers'; export declare function getChainId(provider: zk.Provider): Promise; export declare const networkNames: { [chainId in number]?: string; }; //# sourceMappingURL=provider.d.ts.map