import type { ExtraRuleDocs } from '../../types'; import { ESLintUtils } from '@typescript-eslint/utils'; export declare const name = "no-rest-destructuring"; export declare const rule: ESLintUtils.RuleModule<"objectRestDestructure", [{}], ExtraRuleDocs, ESLintUtils.RuleListener>; //# sourceMappingURL=no-rest-destructuring.rule.d.ts.map