import { type TSESLint } from '@typescript-eslint/utils'; type Options = readonly [ Readonly<{ alwaysCheckReactComponentProps?: boolean; directiveKeyword?: string; }>? ]; type MessageIds = 'incompleteDestructuring'; export declare const checkDestructuringCompleteness: TSESLint.RuleModule; export {}; //# sourceMappingURL=check-destructuring-completeness.d.mts.map