export declare const CARTOGRAPHER_ROOT_DIR = ".hforge/cartographer"; export declare const CARTOGRAPHER_GRAPH_DIR: string; export declare const CARTOGRAPHER_GRAPH_FILE = "graph.json"; export declare const CARTOGRAPHER_NODES_FILE = "nodes.jsonl"; export declare const CARTOGRAPHER_EDGES_FILE = "edges.jsonl"; export declare const CARTOGRAPHER_INDEX_STATE_FILE = "file-index-state.json"; export declare const CARTOGRAPHER_GRAPH_WRITER_LOCK = ".writer.lock"; export declare const CARTOGRAPHER_INDEXES_DIR = "indexes"; export declare const CARTOGRAPHER_VERSIONS_DIR = "versions"; export declare const CARTOGRAPHER_CONTEXT_DIR: string; export declare const CARTOGRAPHER_IMPACT_DIR: string; export declare const CARTOGRAPHER_HOOKS_DIR: string; export declare const CARTOGRAPHER_HOOK_RUNS_FILE = "runs.jsonl"; export declare const CARTOGRAPHER_HOOK_CACHE_FILE = "cache.json"; export declare function cartographerContextDir(workspaceRoot: string): string; export declare function cartographerImpactDir(workspaceRoot: string): string; export declare const CARTOGRAPHER_EXPLANATIONS_DIR: string; export declare function cartographerExplanationsDir(workspaceRoot: string): string; export declare function cartographerExplanationJsonPath(workspaceRoot: string, explanationId: string): string; export declare function cartographerExplanationMarkdownPath(workspaceRoot: string, explanationId: string): string; export declare const CARTOGRAPHER_AGENT_TRIGGERS_FILE = ".hforge/agent-triggers.yaml"; export declare function cartographerHooksDir(workspaceRoot: string): string; export declare function cartographerHookRunsPath(workspaceRoot: string): string; export declare function cartographerHookCachePath(workspaceRoot: string): string; export declare function cartographerAgentTriggersPath(workspaceRoot: string): string; export declare function cartographerImpactJsonPath(workspaceRoot: string, impactId: string): string; export declare function cartographerImpactMarkdownPath(workspaceRoot: string, impactId: string): string; export declare function cartographerBundleJsonPath(workspaceRoot: string, bundleId: string): string; export declare function cartographerBundleMarkdownPath(workspaceRoot: string, bundleId: string): string; export declare function cartographerGraphDir(workspaceRoot: string): string; export declare function cartographerGraphPath(workspaceRoot: string): string; export declare function cartographerNodesPath(workspaceRoot: string): string; export declare function cartographerEdgesPath(workspaceRoot: string): string; export declare function cartographerIndexStatePath(workspaceRoot: string): string; export declare function cartographerGraphWriterLockPath(workspaceRoot: string): string; export declare function cartographerIndexesDir(workspaceRoot: string): string; export declare function cartographerVersionsDir(workspaceRoot: string): string; //# sourceMappingURL=paths.d.ts.map