import type { ZodType } from 'zod'; import type { AnySchema, AnySchema_ } from '../../../index.js'; import type { SchemaProps } from '../../../schema/types/schemaProps.js'; import type { Overwrite } from '../../../types/overwrite.js'; export type FromZodCustom = ROOT extends true ? AnySchema_> : AnySchema>; export declare const fromZodCustom: () => AnySchema;