import { ESLintUtils } from "@typescript-eslint/utils"; type Options = [ { allowIndexSignatures?: boolean; } ]; type MessageIds = "noSpreadSyntax" | "noObjectAssign" | "suggestMoveSpreadSyntax"; declare const rule: ESLintUtils.RuleModule & { name: string; }; export default rule; //# sourceMappingURL=index.d.ts.map