import { z } from "zod"; export declare const CreateTraceInput: z.ZodObject<{ traceId: z.ZodString; schemaId: z.ZodNullable>; }, "strip", z.ZodTypeAny, { traceId: string; schemaId?: string | null | undefined; }, { traceId: string; schemaId?: string | null | undefined; }>; export declare const CreateTraceResponseSchema: z.ZodObject<{ trace: z.ZodObject<{ id: z.ZodString; traceId: z.ZodString; spans: z.ZodArray>; 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; }>, "many">; rootSpan: 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; }>>>; schemaId: z.ZodNullable>; firstSpanErrorMessage: z.ZodNullable>; firstSpanErrorStack: z.ZodNullable>; }, "strip", z.ZodTypeAny, { traceId: string; spans: { 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; }[]; id: string; rootSpan?: { 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; } | null | undefined; schemaId?: string | null | undefined; firstSpanErrorMessage?: string | null | undefined; firstSpanErrorStack?: string | null | undefined; }, { traceId: string; spans: { 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; }[]; id: string; rootSpan?: { 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; } | null | undefined; schemaId?: string | null | undefined; firstSpanErrorMessage?: string | null | undefined; firstSpanErrorStack?: string | null | undefined; }>; }, "strip", z.ZodTypeAny, { trace: { traceId: string; spans: { 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; }[]; id: string; rootSpan?: { 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; } | null | undefined; schemaId?: string | null | undefined; firstSpanErrorMessage?: string | null | undefined; firstSpanErrorStack?: string | null | undefined; }; }, { trace: { traceId: string; spans: { 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; }[]; id: string; rootSpan?: { 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; } | null | undefined; schemaId?: string | null | undefined; firstSpanErrorMessage?: string | null | undefined; firstSpanErrorStack?: string | null | undefined; }; }>; //# sourceMappingURL=create-trace.d.ts.map