declare module "another-json" {
    function stringify(o: object): string;
}
