/** * The Jira Cloud platform REST API * Jira Cloud platform REST API documentation * * The version of the OpenAPI document: 1001.0.0-SNAPSHOT * Contact: ecosystem@atlassian.com * * 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 { ServerInformation } from '../models'; /** * no description */ export declare class ServerInfoApi extends runtime.BaseAPI { /** * Returns information about the Jira instance. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None. * Get Jira instance info */ getServerInfoRaw(): Promise>; /** * Returns information about the Jira instance. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None. * Get Jira instance info */ getServerInfo(): Promise; }