import { MessagingException } from './messaging.exception'; export declare class HandlerForMessageNotFoundException extends MessagingException { constructor(routingKey: string); }