@ai2070/l0
Version:
L0: The Missing Reliability Substrate for AI
12 lines • 907 B
TypeScript
import { z } from "zod4";
import type { StreamEvent, StreamNormalizerOptions, StreamWrapper, StreamState, StreamChunk, StreamErrorType, StreamError, StreamResumptionState } from "../types/stream";
export declare const StreamEventSchema: z.ZodType<StreamEvent>;
export declare const StreamNormalizerOptionsSchema: z.ZodType<StreamNormalizerOptions>;
export declare const StreamWrapperSchema: z.ZodType<StreamWrapper>;
export declare const StreamStateSchema: z.ZodType<StreamState>;
export declare const StreamChunkSchema: z.ZodType<StreamChunk>;
export declare const StreamHandlerSchema: z.ZodFunction<z.core.$ZodFunctionArgs, z.core.$ZodFunctionOut>;
export declare const StreamErrorTypeSchema: z.ZodType<StreamErrorType>;
export declare const StreamErrorSchema: z.ZodType<StreamError>;
export declare const StreamResumptionStateSchema: z.ZodType<StreamResumptionState>;
//# sourceMappingURL=stream.d.ts.map