import type { Observable } from 'rxjs'; import type { ISearchResultSet } from './infrastructureSearch.service'; import type { IQueryParams } from '../../navigation'; export declare class InfrastructureSearchServiceV2 { private static EMPTY_RESULTS; static search(apiParams: IQueryParams): Observable; }