import { autouml } from "../../typings/typings";
declare function compileRelations(relations: autouml.mapping.IConnector[]): string;
export { compileRelations };
