import type { PaperclipPluginManifestV1 } from "@paperclipai/plugin-sdk"; /** * Plugin that provides per-agent inbox-lite configuration via UI toggles. * Allows configuring which issues appear in each agent's inbox without code changes. */ declare const manifest: PaperclipPluginManifestV1; export default manifest; //# sourceMappingURL=manifest.d.ts.map