import type { AxiosRequestConfig } from 'axios'; import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; import type { AutoSubscribe, AutoSubscribeInput } from '../types'; export type WeeklyreportautosubscribeCreateParams = { /** * * @type { AutoSubscribeInput } * @memberof WeeklyreportautosubscribeCreateApi */ autoSubscribeInput: AutoSubscribeInput; options?: AxiosRequestConfig; }; export type WeeklyreportautosubscribeCreateReturnType = AutoSubscribe; /** * Set the auto-subscription status of the current user to the supplied `is_auto_subscribed` value. If \'is_auto_subscribed\' is true, an auto-subscription is added if it doesn\'t already exist. If it is false, the auto-subscription is removed if it exists. Check if ENABLE_AUTOSUB enviroment variable is set to allow the method. * @param {WeeklyreportautosubscribeCreateParams} config with all available params. * @param {*} [options] Override http request option. * @throws {RequiredError} */ export declare const weeklyreportautosubscribeCreateParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([WeeklyreportautosubscribeCreateParams] | [AutoSubscribeInput, AxiosRequestConfig])) => Promise>; export default weeklyreportautosubscribeCreateParamCreator; //# sourceMappingURL=index.d.ts.map