import type { OpenClawConfig } from "../config/types.openclaw.js";
export declare function collectEnabledInsecureOrDangerousFlags(cfg: OpenClawConfig): string[];
