declare function split(str: string): string[];
export = split;
