import type { KnowledgeEntry } from "./types.js"; /** * PM principle conventions — injected after user conventions when PM-Full is ON. * Rule text must survive 100-char truncation (front-load the imperative). */ export declare const PM_CONVENTIONS: KnowledgeEntry[]; //# sourceMappingURL=conventions.d.ts.map