declare const useSearch: <SEARCH = {
    [key: string]: string | string[];
}>() => SEARCH;
export { useSearch };
