import { RouterContext } from 'rou3';

declare const addEntityRoutes: (router: RouterContext) => Promise<void>;

export { addEntityRoutes };
