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