export declare const isMac: () => boolean;
export declare function split(val: string, separator: string | RegExp): string[];
