import type { Linter } from "eslint";
export type BaseOptions = Linter.LinterOptions;
export declare function base(options: BaseOptions, enabled: Set<"js" | "ts" | "pkg">): Linter.Config[];
//# sourceMappingURL=base.d.ts.map