import type { Command } from 'commander'; /** Registers the `search` command — searches for dossiers across all configured registries. */ export declare function registerSearchCommand(program: Command): void; //# sourceMappingURL=search.d.ts.map