import type { AxiosRequestConfig } from 'axios'; import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; import type { SettingsDDF } from '../types'; export type UserPreferencesListParams = { options?: AxiosRequestConfig; }; export type UserPreferencesListReturnType = Array; /** * Describe the settings we have in a Data-Driven Forms way. This simply compiles the \'show_satellite_hosts\' account-wide setting and the weekly report \'is_subscribed\' user-specific setting into one handy view, with the description metadata necessary to use Data-Driven Forms to display it. * @param {UserPreferencesListParams} config with all available params. * @param {*} [options] Override http request option. * @throws {RequiredError} */ export declare const userPreferencesListParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([UserPreferencesListParams] | [AxiosRequestConfig])) => Promise>; export default userPreferencesListParamCreator; //# sourceMappingURL=index.d.ts.map