/** * Parse search string to a map */ export declare function parseSearchString(search?: string): { [key: string]: string; };