export declare enum TraceDirection {
    DIRECTION_IN = 0,
    DIRECTION_OUT = 1
}
//# sourceMappingURL=trace-direction.d.ts.map