import { z } from "zod"; export declare const InstrumentationScopeSchema: z.ZodObject<{ name: z.ZodString; version: z.ZodOptional; attributes: z.ZodOptional; }, "strip", z.ZodTypeAny, { key: string; value?: any; }, { key: string; value?: any; }>, "many">>; droppedAttributesCount: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; attributes?: { key: string; value?: any; }[] | undefined; droppedAttributesCount?: number | undefined; version?: string | undefined; }, { name: string; attributes?: { key: string; value?: any; }[] | undefined; droppedAttributesCount?: number | undefined; version?: string | undefined; }>; //# sourceMappingURL=instrumentation-scope.d.ts.map