import { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor";
import { TwingApplyNode } from "../node/apply";
export declare const executeApplyNode: TwingNodeExecutor<TwingApplyNode>;
export declare const executeApplyNodeSynchronously: TwingSynchronousNodeExecutor<TwingApplyNode>;
