/**
 * @author DiZed Team
 * @copyright Copyright (c) DiZed Team (https://github.com/di-zed/)
 */
import { Application } from 'express';
/**
 * Loading Routes.
 */
export default class Routes {
    /**
     * Routes Constructor.
     *
     * @param app
     */
    constructor(app: Application);
}
