import type { Executables } from '../execution/Executables';
import type { PrepareAndScrapeOptions } from '../prepare/PrepareAndScrapeOptions';
/**
 * Provides paths to required executables (i.e. as Pandoc and LibreOffice) for Node.js environments.
 *
 * @public exported from `@promptbook/node`
 */
export declare function $provideExecutablesForNode(options?: PrepareAndScrapeOptions): Promise<Executables>;
