import { BridgeRoutes } from '../Routes';
import { ErrorHandler } from '../Errors/types';
import type * as express from 'express';
export declare const createExpressMiddleware: (routes: BridgeRoutes, onError?: ErrorHandler | undefined) => express.Handler;
//# sourceMappingURL=express.d.ts.map