import { z } from "zod"; export declare const ExtractedSpanSchema: z.ZodObject<{ traceId: z.ZodString; spanId: z.ZodString; parentSpanId: z.ZodOptional; name: z.ZodString; kind: z.ZodNumber; startTimeUnixNano: z.ZodString; endTimeUnixNano: z.ZodString; isForeign: z.ZodBoolean; attributes: z.ZodOptional>; graphqlSchemaHash: z.ZodOptional; graphqlOperationName: z.ZodOptional; graphqlOperationType: z.ZodOptional; graphqlDocument: z.ZodOptional; errorMessage: z.ZodOptional; errorStack: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; traceId: string; spanId: string; kind: number; startTimeUnixNano: string; endTimeUnixNano: string; isForeign: boolean; attributes?: Record | undefined; parentSpanId?: string | undefined; graphqlSchemaHash?: string | undefined; graphqlOperationName?: string | undefined; graphqlOperationType?: string | undefined; graphqlDocument?: string | undefined; errorMessage?: string | undefined; errorStack?: string | undefined; }, { name: string; traceId: string; spanId: string; kind: number; startTimeUnixNano: string; endTimeUnixNano: string; isForeign: boolean; attributes?: Record | undefined; parentSpanId?: string | undefined; graphqlSchemaHash?: string | undefined; graphqlOperationName?: string | undefined; graphqlOperationType?: string | undefined; graphqlDocument?: string | undefined; errorMessage?: string | undefined; errorStack?: string | undefined; }>; //# sourceMappingURL=extracted-span.d.ts.map