import { z } from 'zod'; export declare const DatastorePricing: z.ZodObject<{ basePrice: z.ZodEffects; addOns: z.ZodOptional; }, "strip", z.ZodTypeAny, { perKb?: number | undefined; }, { perKb?: number | undefined; }>>; remoteMeta: z.ZodOptional>; }, "strip", z.ZodTypeAny, { basePrice: bigint; addOns?: { perKb?: number | undefined; } | undefined; remoteMeta?: { datastoreId: string; name: string; host: string; datastoreVersion: string; } | undefined; }, { basePrice?: unknown; addOns?: { perKb?: number | undefined; } | undefined; remoteMeta?: { datastoreId: string; name: string; host: string; datastoreVersion: string; } | undefined; }>; type IDatastorePricing = z.infer; export default IDatastorePricing;