Is there Liquibase changetype support for Snowflake clustering keys?

I’m using Liquibase to manage Snowflake schema changes.
While Snowflake clustering keys can be defined using raw SQL in a changeset, I’m trying to understand whether Liquibase provides (or plans to provide) native changetype support for defining clustering keys—similar to how createTable or addColumn work.

  1. Does Liquibase currently support clustering keys in changetypes for Snowflake?

  2. If not, is there any recommended or roadmap approach to handle this without relying on raw SQL?

Any guidance or references would be helpful.