import type { AxiosRequestConfig } from 'axios'; import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; import type { GetVersion200Response } from '../types'; export type GetVersionParams = { options?: AxiosRequestConfig; }; export type GetVersionReturnType = GetVersion200Response; /** * Provides information about the version of the service * @summary Get service version * @param {GetVersionParams} config with all available params. * @param {*} [options] Override http request option. * @throws {RequiredError} */ export declare const getVersionParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([GetVersionParams] | [AxiosRequestConfig])) => Promise>; export default getVersionParamCreator; //# sourceMappingURL=index.d.ts.map