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