import { FlowTerminational } from "./flowTerm";
export declare class FlowEnd extends FlowTerminational {
}
