import type { z } from '../compiled/zod'; export declare function isZodSchema>(schema: T): boolean; export * as zod from '../compiled/zod'; export * as zodValidationError from '../compiled/zod-validation-error';