| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/nonInteractiveCli.d.ts |
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { Config } from '@google/gemini-cli-core';
export declare function runNonInteractive(config: Config, input: string): Promise<void>;