import type { KlawConfig } from "../../../config/types.klaw.js"; export declare function collectOpenPolicyAllowFromWarnings(params: { changes: string[]; doctorFixCommand: string; }): string[]; export declare function maybeRepairOpenPolicyAllowFrom(cfg: KlawConfig): { config: KlawConfig; changes: string[]; };