import { UMLRelationship } from '../../../services/uml-relationship/uml-relationship'; export declare class FlowchartFlowline extends UMLRelationship { type: "FlowchartFlowline"; }