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