import type { TSESLint } from '@typescript-eslint/utils';
export declare const MESSAGE_ID: 'error-normalized-imports';
type RuleModule = TSESLint.RuleModule<typeof MESSAGE_ID, []>;
export declare const normalizedImportsRule: RuleModule;
export {};
//# sourceMappingURL=normalized-imports.d.ts.map