import type { ChannelPlugin } from "../channels/plugins/types.plugin.js"; import type { KlawConfig } from "../config/types.klaw.js"; import type { SecurityAuditFinding } from "./audit.types.js"; export declare function collectChannelSecurityFindings(params: { cfg: KlawConfig; sourceConfig?: KlawConfig; plugins: ChannelPlugin[]; }): Promise;