import { safeRealpathSync } from "@oh-my-opencode/rules-engine";
export { safeRealpathSync };
export declare function findRuleFilesRecursive(dir: string, results: string[]): void;
