import { z } from 'zod'; import type { MapSchema } from '../../../../schema/index.js'; import type { Overwrite } from '../../../../types/overwrite.js'; import type { SelectKeys } from '../../../../types/selectKeys.js'; import type { WithValidate } from '../utils.js'; import type { SchemaZodParser } from './schema.js'; import type { ZodParserOptions } from './types.js'; import type { WithAttributeNameEncoding, WithDefault, WithOptional } from './utils.js'; export type MapZodParser = MapSchema extends SCHEMA ? z.ZodTypeAny : WithAttributeNameEncoding : keyof SCHEMA['attributes']]: SchemaZodParser>; }, 'strip'>>>>>; export declare const mapZodParser: (schema: MapSchema, options?: ZodParserOptions) => z.ZodTypeAny;