export declare function paramsToObj(paramsString: string): { [key: string]: string; }; export declare const queryParams: { [key: string]: string; };