import { Node } from 'typescript';
export declare function collectImportNodes(rootNode: Node): Node[];
