@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 397 B
TypeScript
import type { string_executable_path } from '../../types/string_filename';
/**
* @@@
* @param browser It can be "default", "chrome", "firefox", "safari", "ie", "msie", "edge" or "msedge" or executable path to the browser
* @returns executable path to browser
*
* @private within the repository
*/
export declare function locateDefaultSystemBrowser(): Promise<string_executable_path | null>;