import type { TSESLint } from '@typescript-eslint/utils'; declare const ZOD_IMPORT_SOURCES: readonly ["zod", "zod/mini", "zod/v4", "zod/v4-mini", "zod/v3"]; type ZodImportSource = (typeof ZOD_IMPORT_SOURCES)[number]; type MessageIds = 'sourceNotAllowed' | 'replaceSource'; export declare const consistentImportSource: TSESLint.RuleModule; }], unknown, TSESLint.RuleListener> & { name: string; }; export {};