declare const isCircular: (obj: any, _seen?: any[]) => boolean;
export default isCircular;
