import type { Command } from '../types/commands.js';
/**
 * Creates a stub command that is handled specially elsewhere (app.tsx / app-util.ts).
 * The handler returns an empty fragment — actual logic lives in the app layer
 * where full state context is available.
 */
export declare function createStubCommand(name: string, description: string): Command;
//# sourceMappingURL=create-stub-command.d.ts.map