import type { KlawConfig } from "../config/types.klaw.js"; export type ClaudeBundleCommandSpec = { pluginId: string; rawName: string; description: string; promptTemplate: string; sourceFilePath: string; }; export declare function loadEnabledClaudeBundleCommands(params: { workspaceDir: string; cfg?: KlawConfig; }): ClaudeBundleCommandSpec[];