/** * Extension discovery module. * * @experimental This API is unstable and may change without notice. * @packageDocumentation */ export { discover, type DiscoverResult, type DiscoverPackageResult, type DiscoverResultEntry, } from "./discover.js"; //# sourceMappingURL=index.d.ts.map