import type { KlawConfig } from "../../../config/types.klaw.js"; export declare function maybeRepairAllowlistPolicyAllowFrom(cfg: KlawConfig): Promise<{ config: KlawConfig; changes: string[]; }>;