declare module 'jsox' {
  const JSOX: typeof JSON & { JSOX?: typeof JSON }

  export = JSOX
}
