import type { OpenClawConfig } from "../config/types.openclaw.js";
export declare function shouldRequireGatewayTokenForInstall(cfg: OpenClawConfig, env: NodeJS.ProcessEnv): boolean;
