export function findJSImportsExports(src: any, deep: any): Promise<{
    allImports: {};
    allExports: {};
}>;
//# sourceMappingURL=analyzer.d.ts.map