/**
 * Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value
 * Any copyright is dedicated to the Public Domain: https://creativecommons.org/publicdomain/zero/1.0/
 */
declare const getCircularReplacer: () => (_key: any, value: any) => any;
export default getCircularReplacer;
