import { Component, Repository } from './types'; export declare function deepScan(content: string, repo: Repository): Component[];