export declare const CONTEXT_ENTRY_ORIGINS: readonly ["project", "ecosystem", "global"]; export type ContextEntryOrigin = (typeof CONTEXT_ENTRY_ORIGINS)[number]; export declare function isContextEntryOrigin(value: unknown): value is ContextEntryOrigin; export declare function entryOriginMatchesWorkspace(input: { origin: ContextEntryOrigin; runWorkspace: string; entryWorkspace: string; }): boolean; //# sourceMappingURL=origin.d.ts.map