import type { Linter } from "eslint";

declare const aether: readonly Linter.Config[];

export = aether;
