import type { OpenClawConfig } from "../config/config.js"; import { note } from "../terminal/note.js"; export declare function noteMacLaunchAgentOverrides(): Promise; export declare function noteMacLaunchctlGatewayEnvOverrides(cfg: OpenClawConfig, deps?: { platform?: NodeJS.Platform; getenv?: (name: string) => Promise; noteFn?: typeof note; }): Promise; export declare function noteDeprecatedLegacyEnvVars(env?: NodeJS.ProcessEnv, deps?: { noteFn?: typeof note; }): void;