Is there something like Meteor.shutdown()?

There is Meteor.startup() to run code on server startup. But is there also something like Meteor.shutdown() for cleanup tasks when the server receives a SIGTERM (or SIGINT)?