import type { RuntimeAction, RuntimeContext } from './types'; export declare function executeAction(params: { action: RuntimeAction; input: TInput; context: RuntimeContext; }): Promise;