export type { CommandDefinition as WebCommandDefinition, ResolvedCommand as ResolvedWebCommand, } from '../commands/catalog.js'; export { expandExternalCommandPrompt, listCommands as listWebCommands, resolveCommandInput as resolveWebCommandInput, } from '../commands/catalog.js'; //# sourceMappingURL=command-catalog.d.ts.map