import { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor";
import { TwingDeprecatedNode } from "../node/deprecated";
export declare const executeDeprecatedNode: TwingNodeExecutor<TwingDeprecatedNode>;
export declare const executeDeprecatedNodeSynchronously: TwingSynchronousNodeExecutor<TwingDeprecatedNode>;
