import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; /** * Alternative token with its log probability */ export type StreamLogprobTopLogprob = { bytes?: Array | undefined; logprob?: number | undefined; token?: string | undefined; }; /** @internal */ export declare const StreamLogprobTopLogprob$inboundSchema: z.ZodType; export declare function streamLogprobTopLogprobFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=streamlogprobtoplogprob.d.ts.map