export declare function parseParamPairs(values?: string[]): Record; export declare function parseJsonParams(value?: string): Record;