import type { AxiosRequestConfig } from 'axios'; import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; import type { AutoSubscribe } from '../types'; export type WeeklyreportautosubscribeListParams = { options?: AxiosRequestConfig; }; export type WeeklyreportautosubscribeListReturnType = Array; /** * Show the user\'s current subscription status. This shows the presence of a weekly report subscription by the user in this account. * @param {WeeklyreportautosubscribeListParams} config with all available params. * @param {*} [options] Override http request option. * @throws {RequiredError} */ export declare const weeklyreportautosubscribeListParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([WeeklyreportautosubscribeListParams] | [AxiosRequestConfig])) => Promise>; export default weeklyreportautosubscribeListParamCreator; //# sourceMappingURL=index.d.ts.map