import type { OutputFormat } from '../types.js'; export declare function searchCommand(opts: { query: string; source?: string; top?: string; maxSessions?: string; cwd?: string; json?: boolean; output?: OutputFormat; timing?: boolean; }): Promise; //# sourceMappingURL=search.d.ts.map