export declare enum ToolName { LIST_TOPICS = "list-topics", CREATE_TOPICS = "create-topics", DELETE_TOPICS = "delete-topics", PRODUCE_MESSAGE = "produce-message", CONSUME_MESSAGES = "consume-messages", GET_PARTITION_OFFSETS = "get-partition-offsets", LIST_CONSUMER_GROUPS = "list-consumer-groups", DESCRIBE_CONSUMER_GROUP = "describe-consumer-group", GET_CONSUMER_GROUP_LAG = "get-consumer-group-lag", LIST_FLINK_STATEMENTS = "list-flink-statements", CREATE_FLINK_STATEMENT = "create-flink-statement", GET_FLINK_STATEMENT_RESULTS = "get-flink-statement-results", DELETE_FLINK_STATEMENTS = "delete-flink-statements", GET_FLINK_STATEMENT_EXCEPTIONS = "get-flink-statement-exceptions", LIST_FLINK_CATALOGS = "list-flink-catalogs", LIST_FLINK_DATABASES = "list-flink-databases", LIST_FLINK_TABLES = "list-flink-tables", DESCRIBE_FLINK_TABLE = "describe-flink-table", GET_FLINK_TABLE_INFO = "get-flink-table-info", CHECK_FLINK_STATEMENT_HEALTH = "check-flink-statement-health", DETECT_FLINK_STATEMENT_ISSUES = "detect-flink-statement-issues", GET_FLINK_STATEMENT_PROFILE = "get-flink-statement-profile", LIST_COMPUTE_POOLS = "list-compute-pools", LIST_CONNECTORS = "list-connectors", CREATE_CONNECTOR = "create-connector", DELETE_CONNECTOR = "delete-connector", GET_CONNECTOR_CONFIG = "get-connector-config", GET_CONNECTOR_OFFSETS = "get-connector-offsets", GET_CONNECTOR_STATUS = "get-connector-status", GET_CONNECTOR_TASKS = "get-connector-tasks", GET_CONNECTOR_ERROR_SUMMARY = "get-connector-error-summary", GET_CONNECTOR_ERROR_RECOMMENDATIONS = "get-connector-error-recommendations", GET_CONNECTOR_LOGS = "get-connector-logs", UPDATE_CONNECTOR_CONFIG = "update-connector-config", PAUSE_CONNECTOR = "pause-connector", RESUME_CONNECTOR = "resume-connector", RESTART_CONNECTOR = "restart-connector", SEARCH_TOPICS_BY_TAG = "search-topics-by-tag", SEARCH_TOPICS_BY_NAME = "search-topics-by-name", CREATE_TOPIC_TAGS = "create-topic-tags", DELETE_TAG = "delete-tag", REMOVE_TAG_FROM_ENTITY = "remove-tag-from-entity", ADD_TAGS_TO_TOPIC = "add-tags-to-topic", LIST_TAGS = "list-tags", ALTER_TOPIC_CONFIG = "alter-topic-config", LIST_CLUSTERS = "list-clusters", LIST_ENVIRONMENTS = "list-environments", READ_ENVIRONMENT = "read-environment", LIST_SCHEMAS = "list-schemas", CREATE_SCHEMA = "create-schema", DELETE_SCHEMA = "delete-schema", GET_TOPIC_CONFIG = "get-topic-config", CREATE_TABLEFLOW_TOPIC = "create-tableflow-topic", LIST_TABLEFLOW_REGIONS = "list-tableflow-regions", LIST_TABLEFLOW_TOPICS = "list-tableflow-topics", READ_TABLEFLOW_TOPIC = "read-tableflow-topic", UPDATE_TABLEFLOW_TOPIC = "update-tableflow-topic", DELETE_TABLEFLOW_TOPIC = "delete-tableflow-topic", CREATE_TABLEFLOW_CATALOG_INTEGRATION = "create-tableflow-catalog-integration", LIST_TABLEFLOW_CATALOG_INTEGRATIONS = "list-tableflow-catalog-integrations", READ_TABLEFLOW_CATALOG_INTEGRATION = "read-tableflow-catalog-integration", UPDATE_TABLEFLOW_CATALOG_INTEGRATION = "update-tableflow-catalog-integration", DELETE_TABLEFLOW_CATALOG_INTEGRATION = "delete-tableflow-catalog-integration", LIST_BILLING_COSTS = "list-billing-costs", QUERY_METRICS = "query-metrics", LIST_METRICS = "list-available-metrics", SEARCH_PRODUCT_DOCS = "search-product-docs", GET_PRODUCT_DOC_PAGE = "get-product-doc-page", LIST_ORGANIZATIONS = "list-organizations", EXPLAIN_DISABLED_TOOLS = "explain-disabled-tools", LIST_CONFIGURED_CONNECTIONS = "list-configured-connections", CONFIG_HELP = "config-help", DESCRIBE_CONFIGURED_CONNECTION = "describe-configured-connection" } //# sourceMappingURL=tool-name.d.ts.map