Version: 1.0.22.0.02.1.0
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}