export interface ParsedMochapackArgs {
  quiet?: boolean
  interactive: boolean
  'clear-terminal': boolean
  glob?: string
}
