import * as z from "zod/v4"; export type PromptsGetVersionRequest = { promptId: string; version: number; fields?: Array | undefined; }; /** @internal */ export type PromptsGetVersionRequest$Outbound = { prompt_id: string; version: number; fields?: Array | undefined; }; /** @internal */ export declare const PromptsGetVersionRequest$outboundSchema: z.ZodType; export declare function promptsGetVersionRequestToJSON(promptsGetVersionRequest: PromptsGetVersionRequest): string; //# sourceMappingURL=promptsgetversion.d.ts.map