import { type Rule } from "./schema.js"; export declare const DEFAULT_KNOWLEDGE_DIR: string; export declare function loadRules(directory?: string): Promise; //# sourceMappingURL=loader.d.ts.map