import { Options, Router } from '../types/router'; export default function withOptions(options: Partial): (router: Router) => Router;