declare const split: (scoreStr: string) => { output: LhReGroup; shorthandForm: boolean; }; export default split;