import { LogonData } from "navidev-adt-api";
import { ResultSearchServices } from "./serviceSearchType";
export * from "./serviceSearchType";
export declare class ServiceSearch {
    private connectionController;
    private logonData;
    private serviceApp;
    constructor(logonData: LogonData);
    /**
     * Busqueda de servicios por nombre.
     * @param serviceName The name of the service to search for.
     * @returns A promise that resolves to the search results.
     */
    searchService(serviceName: string): Promise<ResultSearchServices>;
}
//# sourceMappingURL=serviceSearch.d.ts.map