import { z } from 'zod';
import type { JSONPrompt, RawPrompt } from '../types';
export default function buildRawPrompt<T extends z.ZodType>(prompt: JSONPrompt<T>): RawPrompt<z.infer<T>>;
//# sourceMappingURL=json.d.ts.map