import { RouterContext } from 'rou3';

declare const addGenRoutes: (router: RouterContext) => void;

export { addGenRoutes };
