import EdgeData from "@specs-feup/lara/api/lara/graphs/EdgeData.js";
import { Call } from "../../../Joinpoints.js";
export default class ScgEdgeData extends EdgeData {
    /**
     * The calls that contributed to this edge
     */
    private $calls;
    get calls(): Call[];
    inc($call: Call): void;
    toString(): string;
}
//# sourceMappingURL=ScgEdgeData.d.ts.map