import type { Chain } from "./types.js"; /** * TODO this should be in the chain definition itself * @internal */ export declare function isOpStackChain(chain: Chain): Promise; //# sourceMappingURL=constants.d.ts.map