import { type Node } from 'ng-morph'; export declare function getNamedImportReferences(namedImport: string, moduleSpecifier?: string[] | string, files?: import("ng-morph").Pattern): Node[];