import type { ReplCodeCommand } from './repl-main';
export declare const dataflowCommand: ReplCodeCommand;
export declare const dataflowStarCommand: ReplCodeCommand;
export declare const dataflowAsciiCommand: ReplCodeCommand;
export declare const dataflowSilentCommand: ReplCodeCommand;
export declare const dataflowSimplifiedCommand: ReplCodeCommand;
export declare const dataflowSimpleStarCommand: ReplCodeCommand;
