import type { Search } from './constants'; /** Takes a fragment as an array of strings and returns a search object */ export default function searchFromParams({ fragment, channel, county, location, sort, }: { fragment?: string | string[]; channel?: string; county?: string; location?: string; sort?: string; }): Search; //# sourceMappingURL=search-from-params.d.ts.map