import type { CommandDescriptor } from './types.ts'; export declare const command: CommandDescriptor; export declare function search(args: string[]): Promise; //# sourceMappingURL=search.d.ts.map