import { ToolingPackage } from '../internal'; export declare type DiscoveredToolingPackage = { /** * The tooling package definition * * @type {ToolingPackage} */ package: ToolingPackage; /** * The path of the package * * @type {string} */ path: string; };