import type { Finding, ScanOptions, CompiledCustomRule } from '../types.js'; export declare function scanWithCustomRules(files: string[], options: ScanOptions, rules: CompiledCustomRule[]): Promise; //# sourceMappingURL=scanner.d.ts.map