import { ESLintUtils } from '@typescript-eslint/utils'; interface RuleOptions { schemaDir: string; } declare const rule: ESLintUtils.RuleModule<"configError" | "crossSchemaReference", [RuleOptions], unknown, ESLintUtils.RuleListener> & { name: string; }; export = rule; //# sourceMappingURL=no-cross-schema-drizzle-references.d.ts.map