import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "forbidden"; type Options = readonly []; /** * Require array-like type aliases to end with `Array` or `s`. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=typescript-consistent-array-type-name.d.ts.map