import type { ScriptExecutionTools } from '../../../execution/ScriptExecutionTools'; import type { PrepareAndScrapeOptions } from '../../../prepare/PrepareAndScrapeOptions'; /** * Provides script execution tools * * @public exported from `@promptbook/node` */ export declare function $provideScriptingForNode(options?: PrepareAndScrapeOptions): Promise>; /** * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */