import type { ZodObject } from 'zod/v4'; export declare function isValidByZod(schema: ZodObject, obj: unknown): Promise;