import Express from 'express';

export function Router(options?: Express.RouterOptions): Express.Router;
