import { OtelTraceContext } from "@gala-chain/api"; /** * Reads OTEL trace context from a raw DTO payload (object or JSON string). * Returns undefined when missing or when the caller sent the all-zero invalid context. */ export declare function extractOtelTrace(dtoPlain: unknown): OtelTraceContext | undefined; //# sourceMappingURL=extractOtelTrace.d.ts.map