import { z } from "zod"; export declare const ResourceSchema: z.ZodObject<{ 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; }, { attributes: { key: string; value?: any; }[]; droppedAttributesCount: number; }>; //# sourceMappingURL=resource.d.ts.map