import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { EventCostInfo } from "./event-cost-info.js"; import { SDKValidationError } from "./sdk-validation-error.js"; export type GetHuggingFaceBillingDataResponse = { requests?: Array | undefined; }; /** @internal */ export declare const GetHuggingFaceBillingDataResponse$inboundSchema: z.ZodMiniType; export declare function getHuggingFaceBillingDataResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=get-hugging-face-billing-data-response.d.ts.map