export default prettyPrint; /** * Lightweight web framework for your serverless applications * @author Jeremy Daly * @license MIT */ declare function prettyPrint(routes: any): string;