export interface ToJSONOptions { /** * See `space` option for `JSON.stringify`. */ space?: string | number; }