/**
 * 解析url参数
 * @param v URl
 * @param k 键名
 */
declare function parseQuery(v?: string, k?: string): any;

export { parseQuery };
