import type { KlawConfig } from "../../../config/types.klaw.js"; export declare function collectVisibleReplyToolPolicyWarnings(cfg: KlawConfig): string[]; export declare function collectChannelBoundMessageToolPolicyWarnings(cfg: KlawConfig): string[]; export declare function collectDoctorPreviewWarnings(params: { cfg: KlawConfig; doctorFixCommand: string; env?: NodeJS.ProcessEnv; }): Promise;