import { z } from "zod"; export declare const CreateSpanInput: z.ZodObject<{ spanId: z.ZodString; parentSpanId: z.ZodNullable>; name: z.ZodString; kind: z.ZodNumber; startTimeUnixNano: z.ZodString; endTimeUnixNano: z.ZodString; traceId: z.ZodString; traceGroupId: z.ZodString; errorMessage: z.ZodNullable>; errorStack: z.ZodNullable>; graphqlDocument: z.ZodNullable>; graphqlSchemaHash: z.ZodNullable>; graphqlOperationName: z.ZodNullable>; graphqlOperationType: z.ZodNullable>; isForeign: z.ZodNullable>; isGraphQLRootSpan: z.ZodNullable>; attributes: z.ZodNullable>; }, "strip", z.ZodTypeAny, { name: string; traceId: string; spanId: string; kind: number; startTimeUnixNano: string; endTimeUnixNano: string; traceGroupId: string; attributes?: string | null | undefined; parentSpanId?: string | null | undefined; isForeign?: boolean | 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; isGraphQLRootSpan?: boolean | null | undefined; }, { name: string; traceId: string; spanId: string; kind: number; startTimeUnixNano: string; endTimeUnixNano: string; traceGroupId: string; attributes?: string | null | undefined; parentSpanId?: string | null | undefined; isForeign?: boolean | 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; isGraphQLRootSpan?: boolean | null | undefined; }>; export declare const CreateSpanResponseSchema: z.ZodObject<{ span: 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; }>; }, "strip", z.ZodTypeAny, { span: { 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; }; }, { span: { 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=create-span.d.ts.map