/** * Athena API * REST API for the Athena system * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import * as runtime from '../runtime'; import type { Tag } from '../models/index'; /** * */ export declare class TagsApi extends runtime.BaseAPI { /** * List all tags */ listTagsRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>>; /** * List all tags */ listTags(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; }