export declare const splitByComma: (str: string) => string[];
export declare const parseRegex: (input: string) => RegExp;
