import { z } from "zod"; export declare const SpanSchema: z.ZodObject<{ id: z.ZodString; spanId: z.ZodString; parentSpanId: z.ZodNullable>; traceId: z.ZodString; name: z.ZodString; kind: z.ZodString; durationNano: z.ZodString; startTimeUnixNano: z.ZodString; endTimeUnixNano: z.ZodString; isForeign: z.ZodBoolean; attributes: z.ZodNullable>; traceGroupId: z.ZodNullable>; errorMessage: z.ZodNullable>; errorStack: z.ZodNullable>; graphqlDocument: z.ZodNullable>; graphqlOperationName: z.ZodNullable>; graphqlOperationType: z.ZodNullable>; isGraphQLRootSpan: z.ZodNullable>; graphqlSchemaHash: z.ZodNullable>; createdAt: z.ZodString; updatedAt: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; traceId: string; spanId: string; kind: string; startTimeUnixNano: string; endTimeUnixNano: string; isForeign: boolean; id: string; durationNano: string; createdAt: string; updatedAt: string; attributes?: string | null | undefined; parentSpanId?: string | null | undefined; graphqlSchemaHash?: string | null | undefined; graphqlOperationName?: string | null | undefined; graphqlOperationType?: string | null | undefined; graphqlDocument?: string | null | undefined; errorMessage?: string | null | undefined; errorStack?: string | null | undefined; traceGroupId?: string | null | undefined; isGraphQLRootSpan?: boolean | null | undefined; }, { name: string; traceId: string; spanId: string; kind: string; startTimeUnixNano: string; endTimeUnixNano: string; isForeign: boolean; id: string; durationNano: string; createdAt: string; updatedAt: string; attributes?: string | null | undefined; parentSpanId?: string | null | undefined; graphqlSchemaHash?: string | null | undefined; graphqlOperationName?: string | null | undefined; graphqlOperationType?: string | null | undefined; graphqlDocument?: string | null | undefined; errorMessage?: string | null | undefined; errorStack?: string | null | undefined; traceGroupId?: string | null | undefined; isGraphQLRootSpan?: boolean | null | undefined; }>; //# sourceMappingURL=span.d.ts.map