/**
 * @param data Must be pure data and not contain functions etc. May contain non
 * JSON data (e. g. `undefined`)
 *
 */
export declare function cloneData<Type>(data: Type): Type;
