import type { TSESTree } from '@typescript-eslint/utils'; import type { RuleContext } from '../types.js'; export declare const importDeclaration: (context: RuleContext, node: TSESTree.ImportDefaultSpecifier) => TSESTree.ImportDeclaration;