import type { RequestHandler } from 'express'; import type { UI5ProxyConfig } from '@sap-ux/ui5-config'; import type { MiddlewareParameters } from '@ui5/server'; declare const _default: ({ resources, options }: MiddlewareParameters) => Promise; export default _default; //# sourceMappingURL=middleware.d.ts.map