export declare enum SpanReferenceTypes {
    CHILD_OF = 0,
    FOLLOWS_FROM = 1
}
