import { OutputScope } from "@alloy-js/core"; export declare class JavaPackageScope extends OutputScope { static readonly declarationSpaces: readonly ["symbols"]; get kind(): string; get symbols(): import("@alloy-js/core").OutputSpace; } //# sourceMappingURL=java-package-scope.d.ts.map