export declare const split: (limit: number | undefined) => (separator: string | RegExp) => (string: string) => Array<string>;
