export declare enum Type {
    Branch = "BRANCH",
    Class = "CLASS",
    Complexity = "COMPLEXITY",
    Instruction = "INSTRUCTION",
    Line = "LINE",
    Method = "METHOD"
}
//# sourceMappingURL=type.d.ts.map