https://www.npmjs.com/package/fast-json-stable-stringify#options should be in ```ts declare module 'fast-json-stable-stringify' { function stringify(obj: any): string; export = stringify; } ``` I also need replacer, but this is another topic.