/**
 * Copyright IBM Corp. 2024, 2025
 */
export declare enum TransformType {
    MESSAGE_BODY = "messageBody",
    VARIABLE = "variable",
    DISTRIBUTED_VARIABLE = "distributedVariable",
    HEADER = "messageHeader",
    URI_PATH = "messageUriPath",
    URI_QUERY = "messageUriQuery",
    TELEMETRY = "telemetry"
}
export declare enum SpanType {
    ROOT_SPAN = "rootSpan",
    POLICY_SPAN = "policySpan",
    HTTP_SPAN = "httpSpan"
}
//# sourceMappingURL=transform-component.model.d.ts.map