import { OutputScope } from "@alloy-js/core"; /** * A lexical scope for TypeScript, which contains declaration spaces for types * and values. This scope is used to hold symbols for things like variable or * interface declarations. */ export declare class TSLexicalScope extends OutputScope { static readonly declarationSpaces: string[]; get values(): import("@alloy-js/core").OutputSpace; get types(): import("@alloy-js/core").OutputSpace; } //# sourceMappingURL=ts-lexical-scope.d.ts.map