export default interface Flow { readonly pipe?: readonly string[]; readonly split?: readonly string[]; }