/**
 * Direct export isn't allowed, it will increase the size of d.ts
 */
export declare const rules: {
    readonly base: Record<"strict" | "imports" | "variables" | "bestPractices" | "errors" | "es6" | "style" | "node", import("eslint").Linter.Config>;
    readonly react: Record<"base" | "jsxA11y" | "hooks", import("eslint").Linter.Config>;
    readonly typescript: Record<"overrides" | "base" | "settings", import("eslint").Linter.Config>;
};
export declare const configs: {
    readonly base: Record<"recommended" | "typescript" | "legacy", import("eslint").Linter.Config[]>;
    readonly react: Record<"recommended" | "typescript" | "base" | "hooks" | "legacy", import("eslint").Linter.Config[]>;
};
