import { z } from "zod"; export declare const ResourceDataPath: z.ZodUnion, z.ZodArray>]>; export declare const ResourceDataValue: z.ZodUnion, z.ZodArray>]>; export declare const ResourceData: z.ZodUnion, z.ZodArray>]>, z.ZodUnion, z.ZodArray>]>]>; export declare const Data: z.ZodUnknown; export type ResourceDataPath = z.infer; export type ResourceDataValue = z.infer; export type ResourceData = z.infer; export type Data = z.infer;