class SubscriptionStateimport { SubscriptionState } from "https://deno.land/x/kafkasaur@v0.0.7/src/consumer/subscriptionState.ts"; ConstructorsnewSubscriptionState()PropertiesassignedPartitionsByTopic: anysubscriptionStatesByTopic: anyMethodsactive()assign(topicPartitions?: any[])Replace the current assignment with a new set of assignments assigned()isPaused(topic: any, partition: any)pause(topicPartitions?)paused()resume(topicPartitions?)