import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Search extends AuthenticatedCommand { static args: {}; static description: string; static examples: { command: string; description: string; }[]; static flags: { limit: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; tab: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; term: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; } //# sourceMappingURL=search.d.ts.map