import { z } from 'zod/v4'; import type { FieldDescriptor, FieldRecord } from './types.js'; import type { InsertProjection, SelectProjection, UpdateProjection } from './projections.js'; export declare function projectInsertShape(fields: TFields): z.ZodType>; export declare function projectInsertShape(fields: Record): z.ZodType; export declare function projectSelectShape(fields: TFields): z.ZodType>; export declare function projectSelectShape(fields: Record): z.ZodType; export declare function projectUpdateShape(fields: TFields): z.ZodType>; export declare function projectUpdateShape(fields: Record): z.ZodType; //# sourceMappingURL=build-schema.d.ts.map