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