export type CucumberConfig = { publishQuiet?: boolean; import?: string[]; require?: string[]; format?: string[]; parallel?: number; };