export declare const split: (separator: string | RegExp) => (string: string) => string[];
