import { Router } from 'express'; import { UAGProjectInterface } from './UAGProjectInterface'; export declare function UAGRouter(project: UAGProjectInterface): Router;