@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
13 lines (12 loc) • 539 B
TypeScript
import type { string_executable_path } from '../../types/typeAliases';
import type { LocateAppOptions } from '../locateApp';
/**
* @@@
*
* @private within the repository
*/
export declare function locateAppOnLinux({ appName, linuxWhich, }: Pick<Required<LocateAppOptions>, 'appName' | 'linuxWhich'>): Promise<string_executable_path | null>;
/**
* TODO: [🧠][♿] Maybe export through `@promptbook/node`
* Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment
*/