import type { Chain } from "../../../chains/types.js"; /** * Checks whether the given chain is part of the zksync stack * @param chain * @chain */ export declare function isZkSyncChain(chain: Chain): Promise; //# sourceMappingURL=isZkSyncChain.d.ts.map