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