export declare function split(str: string, separator: string, maxSplits?: number, omittingEmptySubsequences?: boolean): string[];