/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import express from "express"; import { RouteOptions } from "./loader"; export declare const before: (app: express.Application) => Promise; export declare const after: (app: express.Application, server: any, baseDir: string, env: RouteOptions) => void; //# sourceMappingURL=routes.d.ts.map