/** * Copyright (c) 2025 Elara AI Pty Ltd * Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details. */ import type { EastRule } from "../types.js"; export declare const noUnexecutedEastExpression: EastRule; //# sourceMappingURL=no-unexecuted-east-expression.d.ts.map