declare module 'realistic-structured-clone' { // noinspection JSUnusedGlobalSymbols export default function(value: T): T; }