import type { ESLint } from "eslint";
export type { RuleContextWithOptions } from "./rules/no-undeclared-env-vars";
export type { ProjectKey } from "./utils/calculate-inputs";
declare const plugin: ESLint.Plugin;
export declare const rules: ESLint.Plugin["rules"];
export declare const configs: ESLint.Plugin["configs"];
export default plugin;
//# sourceMappingURL=index.d.ts.map