declare const decycle: () => (this: any, key: string | symbol, value: any) => any;
declare function retrocycle(): (this: object, key: string | symbol, value: any) => any;
declare const extend: (JSON: JSON) => JSON;

export { decycle, extend, retrocycle };
