import { ESLintUtils } from "@typescript-eslint/utils"; /** * Rule: No Unsupported Keywords * Reject usage of TypeScript keywords that are not supported in AssemblyScript. */ declare const noUnsupportedKeyword: ESLintUtils.RuleModule; export default noUnsupportedKeyword;