/** * 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 preferLetConstOverEastValue: EastRule; //# sourceMappingURL=prefer-let-const-over-east-value.d.ts.map