export declare const decycle: (obj: unknown, replacer?: ((value: any) => any) | undefined) => any;