import { z } from "zod"; export declare const ForeignTracesSchema: z.ZodObject<{ extractedSpans: z.ZodArray; 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; }>, "many">; attempt: z.ZodNumber; }, "strip", z.ZodTypeAny, { extractedSpans: { 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; }[]; attempt: number; }, { extractedSpans: { 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; }[]; attempt: number; }>; //# sourceMappingURL=foreign-traces.d.ts.map