export interface HardBreakCommand {
    hard_break?: () => void;
}
