import type { HttpClient } from '../../../../services/index.ts'; declare const waitingSearchesRepository: (http: HttpClient) => { addWaitingSearch: (input: import("./addWaitingSearch").AddWaitingSearchInput) => Promise>; }; export default waitingSearchesRepository;