import type { OpenClawConfig } from "../config/config.js";
export declare function noteSecurityWarnings(cfg: OpenClawConfig): Promise<void>;
