import { M as Model } from './model-BSdOOaL6.js'; /** * Generates the complete `index.ts` Zod schema file for a list of RONIN models. * * @param models - A list of models to generate the the types for. * * @returns A string of the complete `index.ts` file. */ declare const generateZodSchema: (models: Array) => string; export { generateZodSchema };