export default function str_split(str: string, split_char: string): string[];