@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 370 B
TypeScript
import type { string_executable_path } from '../../types/string_filename';
/**
* Locates the LibreOffice executable on the current system by searching platform-specific paths.
* Returns the path to the executable if found, or null otherwise.
*
* @private within the repository
*/
export declare function locateLibreoffice(): Promise<string_executable_path | null>;