export declare class HandlerNotFoundError extends Error {
    constructor(handlerName: string, middlewareName: string);
}
