<?phpdeclare(strict_types=1);namespace DoctrineDBALPlatformsMySQL;/** @internal */interface CollationMetadataProvider{ public function getCollationCharset(string $collation): ?string;}