import { z } from "zod"; export declare const LinkSchema: z.ZodObject<{ traceId: z.ZodString; spanId: z.ZodString; traceState: z.ZodOptional; attributes: z.ZodArray; }, "strip", z.ZodTypeAny, { key: string; value?: any; }, { key: string; value?: any; }>, "many">; droppedAttributesCount: z.ZodNumber; }, "strip", z.ZodTypeAny, { attributes: { key: string; value?: any; }[]; droppedAttributesCount: number; traceId: string; spanId: string; traceState?: string | undefined; }, { attributes: { key: string; value?: any; }[]; droppedAttributesCount: number; traceId: string; spanId: string; traceState?: string | undefined; }>; //# sourceMappingURL=link.d.ts.map