export declare function shouldLoadExtensionCliForCommandPath(commandPath: string[]): boolean; export declare function shouldEagerLoadGatewaySubcommands(commandPath: string[]): boolean; export declare function resolveCliStartupPolicy(params: { commandPath: string[]; }): { loadExtensionCli: boolean; eagerGatewaySubcommands: boolean; };