import type { ComponentContext } from "@alloy-js/core"; interface TypeRefContext { /** If in a type context */ type?: boolean; } /** * Provides scopes for instance and static private members. */ export declare const TypeRefContext: ComponentContext; /** * @returns 'true' if in a type context, 'false' if in a value context. */ export declare function isTypeRefContext(): boolean; export {}; //# sourceMappingURL=type-ref-context.d.ts.map