/**
 * Refer to hughsk/flat.
 * https://github.com/hughsk/flat/blob/master/index.js
 */
export default function unflatten<R = any>(target: any): R;
