import { FlowWave } from '../../../types';
export declare const failAllSuccessors: (flows: {
    [key: string]: FlowWave;
}, flowName: string) => void;
