export interface IDatabaseClusterMysqlUserSettings {
    auth_plugin: string;
}
