/** * Search CLI Command * * Search for photons across all enabled marketplaces */ import type { Command } from 'commander'; /** * Register the `search` command */ export declare function registerSearchCommand(program: Command): void; //# sourceMappingURL=search.d.ts.map