/** * list / search / categories / tags — browsing commands */ import type { Command } from "commander"; export declare function registerBrowse(parent: Command): void;