import { TSESLint } from '@typescript-eslint/utils'; export declare function isImport(scope: TSESLint.Scope.Scope, name: string, source: string | RegExp): boolean;