import type { ActionAdapter, CreateRecipeRunnerOptions, RecipeRunner } from './types.js'; export declare function defineActionAdapter(adapter: ActionAdapter): ActionAdapter; export declare function createRecipeRunner(options: CreateRecipeRunnerOptions): RecipeRunner; //# sourceMappingURL=runner.d.ts.map