import { BaseMsg } from '../typings';
declare const getBaseMsg: () => BaseMsg;
export default getBaseMsg;
