declare const stringToArray: (str: any, separator?: string) => any; export default stringToArray;