declare function helperStringSubstring(str: any, start: any, end: any): any;
export default helperStringSubstring;
