import type { ReplCodeCommand } from './repl-main';
export declare const controlflowCommand: ReplCodeCommand;
export declare const controlflowStarCommand: ReplCodeCommand;
export declare const controlflowBbCommand: ReplCodeCommand;
export declare const controlflowBbStarCommand: ReplCodeCommand;
