import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const BatchEndpoint: { readonly RootV1ChatCompletions: "/v1/chat/completions"; readonly RootV1Embeddings: "/v1/embeddings"; readonly RootV1ImagesGenerations: "/v1/images/generations"; }; export type BatchEndpoint = ClosedEnum; /** @internal */ export declare const BatchEndpoint$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const BatchEndpoint$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=batchendpoint.d.ts.map