import type { TSESTree } from '@typescript-eslint/utils'; export declare const NoRestDestructuringUtils: { isObjectRestDestructuring(node: TSESTree.Node): boolean; }; //# sourceMappingURL=no-rest-destructuring.utils.d.ts.map