import { Relation } from "./ClassDiagram"; export declare function transformIntoRelations(debug: any[]): Relation[]; export declare function getRelationType(type1: number, type2: number, lineType: number): string; export declare function getAccessibility(member: string): string; export declare function getClassifierMember(member: string): string; export declare function getClassifierMethod(method: string): string; export declare function getMemberReturnType(member: string): string; export declare function getMemberName(member: string): string; export declare function getMethodReturnType(method: string): string; export declare function getMethodName(method: string): string; export declare function getMethodParameter(method: string): string[];