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