/** * normalize yargs --filter --modules option into standard RegExp patterns * @param option The given yargs -f (--filter) = "a;b;c" */ export declare const normalizeSemicolonFilterParts: (option: Array) => Array;