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