///|
pub using @core {
  type MutationCandidate,
  type MutationFilter,
  type MutationKind,
  type MutationRule,
  type RuleProfile,
  apply_mutation,
  discover_with_rules,
  filter_candidates,
  mutation_kind_label,
  rules_for_profile,
  summarize_candidates,
}

///|
pub using @plan {
  type FileMutationPlan,
  type ProjectMutation,
  type ProjectMutationPlan,
  type SourceFile,
}