import type { Executables } from '../execution/Executables'; import type { PrepareAndScrapeOptions } from '../prepare/PrepareAndScrapeOptions'; /** * @@@ * * @public exported from `@promptbook/node` */ export declare function $provideExecutablesForNode(options?: PrepareAndScrapeOptions): Promise; /** * TODO: [🧠] Allow to override the executables without need to call `locatePandoc` / `locateLibreoffice` in case of provided * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */