import { z } from 'zod';
import type { JsonSchemaObject } from '../types';
export declare const parseDefault: (_jsonSchema: JsonSchemaObject) => z.ZodAny;
