import type { LlmExecutionTools } from '../../execution/LlmExecutionTools'; import type { VercelExecutionToolsOptions } from './VercelExecutionToolsOptions'; /** * Adapter which creates Promptbook execution tools from Vercel provider * * @public exported from `@promptbook/vercel` */ export declare function createExecutionToolsFromVercelProvider(options: VercelExecutionToolsOptions): LlmExecutionTools;