export class Connection {
    constructor(source: any, target: any);
    source: any;
    target: any;
    /**
     *
     * @type {Vector2[]}
     */
    points: Vector2[];
    /**
     *
     * @return {number}
     */
    length(): number;
}
//# sourceMappingURL=Connection.d.ts.map