import type { RemoteClawConfig } from "./types.js"; /** * Normalize exec safe-bin profiles and trusted dirs in-place: * - Profile keys are lowercased and trimmed. * - Flag arrays are trimmed and empty strings are removed. * - Trusted dir arrays are trimmed, empty strings removed, and deduplicated. */ export declare function normalizeExecSafeBinProfilesInConfig(cfg: RemoteClawConfig): void;