declare module 'fast-safe-stringify' { type stringify = (json: {}) => string export default stringify }