/** * The following code is based on * https://github.com/valery-barysok/json-cycle/blob/master/cycle.js * * * MIT Licensed * Author juliyvchirkov * https://github.com/valery-barysok/json-cycle?tab=MIT-1-ov-file */ export declare function decycle(object: T): T;