import { IProtocol } from '../../types';
declare const stompProtocolV1_1: () => IProtocol;
export default stompProtocolV1_1;
