import type { RequestHandler } from 'express-serve-static-core'; /** Express request handler that responds with a 501 Not Implemented error. */ export declare const notImplemented: RequestHandler; //# sourceMappingURL=notImplemented.d.ts.map