import { type TSESTree } from "@typescript-eslint/utils"; export declare function isImportIdentifier(node: TSESTree.Identifier): boolean;