export declare const BLACKBOX_DIR = ".repoblackbox"; export declare const SNAPSHOTS_DIR: string; export declare const REPORTS_DIR: string; export declare const RUNS_DIR: string; export declare const CONFIG_FILE: string; export declare const PROTECTED_JSON: string; export declare const LATEST_SNAPSHOT: string; export declare const LATEST_AUDIT_MD: string; export declare const LATEST_AUDIT_JSON: string; export declare const LATEST_REPORT_MD: string; export declare const LATEST_SCOPE_JSON: string; export declare const ROOT_DOCS: readonly ["AGENT_RULES.md", "PROJECT_CONTEXT.md", "PROTECTED_FILES.md", "TASK_SCOPE.md"]; export declare const DEFAULT_PROTECTED_PATTERNS: string[]; export declare const SNAPSHOT_IGNORE_PREFIXES: string[]; export declare const SNAPSHOT_IGNORE_EXACT: Set; export declare const SENSITIVE_PREFIXES: string[]; export declare function isSensitiveFile(rel: string): boolean; export declare function shouldIgnoreForSnapshot(rel: string): boolean; //# sourceMappingURL=paths.d.ts.map