/** * mongocamp-server * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.2.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 { Version } from '../models'; /** * */ export declare class InformationApi extends runtime.BaseAPI { /** * Version Info of the MongoCamp API * Version Information */ versionRaw(initOverrides?: RequestInit): Promise>; /** * Version Info of the MongoCamp API * Version Information */ version(initOverrides?: RequestInit): Promise; }