import type { Scope } from "../../types.js"; import type { ExtensionManagerController } from "../index.js"; import type { ManagedEntrySection } from "../entry-model.js"; export declare function buildLocalManagedEntrySection(scope: Scope, controller: ExtensionManagerController): ManagedEntrySection; //# sourceMappingURL=local-source.d.ts.map