import { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor";
import { TwingFlushNode } from "../node/flush";
export declare const executeFlushNode: TwingNodeExecutor<TwingFlushNode>;
export declare const executeFlushNodeSynchronously: TwingSynchronousNodeExecutor<TwingFlushNode>;
