import type * as z from 'zod/v4';
import type { Standard } from "../../../standard";
export declare function parseFieldSchema(name: string, schema: z.ZodType): Standard.Model.Field;
//# sourceMappingURL=field.d.ts.map