export declare function str_split(string: string | number | boolean | null, splitLength?: number | string | null): string[] | false;