import type { SolutionFinder } from "./types.d.ts"; declare const ruleBasedFinder: SolutionFinder; export default ruleBasedFinder;