import { ImportDeclaration, SourceFile } from "typescript"; export declare const parseImports: (source: SourceFile) => ImportDeclaration[] | undefined;