/** * Extracts query string params and return them as an object. * @param locationSearch Query string to process. */ export declare const parseQueryParams: (locationSearch?: string) => Record;