import { type TSESLint, type TSESTree } from '@typescript-eslint/utils'; declare const getType: (node: T, context: Readonly>) => { defType: string | undefined; unwrapType: string | undefined; name: string; type: string; isZodType: boolean; isZodPrimitive: boolean; } | undefined; declare const getInferredComment: (node: T, context: Readonly>) => string | undefined; export { getType, getInferredComment };