import type { KlawConfig } from "../config/types.klaw.js"; export { shouldRequireGatewayTokenForInstall } from "../gateway/auth-install-policy.js"; export declare function resolveGatewayAuthTokenForService(cfg: KlawConfig, env: NodeJS.ProcessEnv): Promise<{ token?: string; unavailableReason?: string; }>;