/*!
 * Source https://github.com/donmahallem/trapeze
 */
import { RequestHandler } from 'express';
export declare const createApiNotFoundRequestHandler: () => RequestHandler;
