import type { TSESTree } from '@typescript-eslint/types'; export declare class Import { private node; constructor(node: TSESTree.ImportDeclaration); get path(): string; includes(name: string): boolean; } //# sourceMappingURL=import.d.ts.map