export { settings } from "./settings.js"; export { files } from "./files/index.js"; export { ignores } from "./ignores/index.js"; export { rules } from "./rules/index.js"; export type * as Strings from "./_strings/index.js"; //# sourceMappingURL=index.d.ts.map