/** * Copyright (c) 2025 Elara AI Pty Ltd * Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details. */ import type * as ts from "typescript"; export declare function isEastExprType(type: ts.Type): boolean; export declare function isBlockBuilderType(type: ts.Type): boolean; export declare function isEastPlatformDefinitionType(type: ts.Type): boolean; export declare function isEastDefinitionType(type: ts.Type): boolean; //# sourceMappingURL=east-type.d.ts.map