/**
 * Idea Garden
 *
 * Surfaces abandoned threads, cancelled plans, and unexplored alternatives
 * from the graph as "Recoverable Ideas".
 *
 * @module trellis/plugins/idea-garden
 */
export * from './types.js';
export { IdeaGarden } from './api.js';
export { createIdeaGardenPlugin } from './plugin.js';
//# sourceMappingURL=index.d.ts.map