import * as z from './index'; export declare const isScalar: (schema: z.ZodType, params?: { root: boolean; }) => boolean;