import type { KlawConfig } from "../config/types.klaw.js"; import { type ExplicitGatewayAuth } from "./credentials.js"; export declare function canSkipGatewayConfigLoad(params: { config?: KlawConfig; urlOverride?: string; explicitAuth?: ExplicitGatewayAuth; }): boolean; export declare function isGatewayConfigBypassCommandPath(commandPath: readonly string[]): boolean;