import type { AxiosRequestConfig } from 'axios'; import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; import type { Rule } from '../types'; export type TopicRulesWithTagListParams = { /** * * @type { string } * @memberof TopicRulesWithTagListApi */ slug: string; options?: AxiosRequestConfig; }; export type TopicRulesWithTagListReturnType = Array; /** * Lists the available rules that have this tag. This shows the rule information for rules with this tag. * @param {TopicRulesWithTagListParams} config with all available params. * @param {*} [options] Override http request option. * @throws {RequiredError} */ export declare const topicRulesWithTagListParamCreator: (sendRequest: BaseAPI["sendRequest"], ...config: ([TopicRulesWithTagListParams] | [string, AxiosRequestConfig])) => Promise>; export default topicRulesWithTagListParamCreator; //# sourceMappingURL=index.d.ts.map