import z from 'zod'; export type TOraclePricingListSchemaResponse = z.infer; export declare const OraclePricingListSchemaResponse: z.ZodArray>; export type TOraclePricingLisJSONLD = { '@context': [string, { ixo: string; oracle: Record; }]; '@type': string; '@id': string; name: string; description: string; serviceType: string; offers: { '@type': string; priceCurrency: string; priceSpecification: { '@type': string; priceCurrency: string; price: number; unitCode: string; billingIncrement: number; billingPeriod: string; priceType: string; maxPrice: number; }; eligibleQuantity: { '@type': string; value: number; unitCode: string; }; }; }; //# sourceMappingURL=types.d.ts.map