Currently any file in an extension's migration folder is considered a migration.
This means extensions can't keep migration helpers / abstract classes they may want to use in their migrations folder (like the way phpBB is able to do).
Only the classes implementing a migration interface should be loaded by the migrator.