import { BaseService, BaseRequestOptions } from '../infrastructure'; export declare class Search extends BaseService { all(scope: string, search: string, { projectId, groupId, ...options }: { projectId?: string | number; groupId?: string | number; } & BaseRequestOptions): Promise; }