import { z } from 'zod'; import { $ZodFunction, $ZodFunctionIn, $ZodFunctionOut } from 'zod/v4/core'; import { deep } from '../deep'; export declare const functionOutput: >(schema: $ZodFunction) => Func["_zod"]["def"]["output"]; export declare const getFieldSchemaPath: (path: string) => string; export declare const getFieldSchema: deep.TypedGet; //# sourceMappingURL=util.d.ts.map