import type { KlawConfig } from "../config/types.klaw.js"; import type { SecurityAuditFinding } from "./audit.types.js"; export declare function collectDeepCodeSafetyFindings(params: { cfg: KlawConfig; stateDir: string; deep: boolean; summaryCache?: Map>; }): Promise;