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