import type { Command, CommandMeta } from './command-types.js'; declare const execute: Command['execute']; declare const schema: import("./command-types.js").CommandSchema; declare const meta: CommandMeta; export { execute, meta, schema };