import { z } from 'zod/v4';
import type { GeneraterOptions } from './type';
/**
 * @package
 */
export declare function generateMocks(schema: z.core.$ZodType, options: GeneraterOptions): unknown;
