import { IState } from "./typings"; export declare const initState: IState; export declare const prepareSearchParams: (params: any, trim: any) => any;