import { ProcessRequirement } from "./ProcessRequirement"; export interface SubworkflowFeatureRequirement extends ProcessRequirement { }