/** * The canonical constitutional doc path list. Exact repo-relative paths, sorted * by content (path-sort) so the serialized order is stable and the parity * comparison is deterministic. */ export declare const CONSTITUTIONAL_DOC_PATHS: readonly string[]; /** * Whether a repo-relative path names a constitutional doc. Exact match only — * a doc is constitutional because it was deliberately listed, never because it * happens to sit under a protected directory. */ export declare function isConstitutionalDocPath(path: string): boolean; //# sourceMappingURL=constitutionalDocPaths.d.ts.map