import type { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'error-usage-of-null'; type Options = []; declare const noNullRule: TSESLint.RuleModule; export { noNullRule }; //# sourceMappingURL=no-null.d.ts.map