export declare const splitByComma: (str: string) => string[];
export declare const parseRegex: (input: string) => import("n8n-workflow").RegexLiteral;
