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