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