export declare enum ToolName { LIST_TOPICS = "list-topics", CREATE_TOPICS = "create-topics", DELETE_TOPICS = "delete-topics", PRODUCE_MESSAGE = "produce-message", CONSUME_MESSAGES = "consume-messages", LIST_FLINK_STATEMENTS = "list-flink-statements", CREATE_FLINK_STATEMENT = "create-flink-statement", READ_FLINK_STATEMENT = "read-flink-statement", 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_CONNECTORS = "list-connectors", READ_CONNECTOR = "read-connector", CREATE_CONNECTOR = "create-connector", DELETE_CONNECTOR = "delete-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", 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" } //# sourceMappingURL=tool-name.d.ts.map