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