import { z } from "zod"; export declare const ListSpansWhereSchema: z.ZodObject<{ spanIds: z.ZodNullable>>; traceIds: z.ZodNullable>>; isGraphQLRootSpan: z.ZodNullable>; }, "strip", z.ZodTypeAny, { isGraphQLRootSpan?: boolean | null | undefined; traceIds?: string[] | null | undefined; spanIds?: string[] | null | undefined; }, { isGraphQLRootSpan?: boolean | null | undefined; traceIds?: string[] | null | undefined; spanIds?: string[] | null | undefined; }>; export declare const ListSpansResponseSchema: z.ZodObject<{ 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">; }, "strip", z.ZodTypeAny, { 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; }[]; }, { 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; }[]; }>; //# sourceMappingURL=list-spans.d.ts.map