import type { Paginator } from "@smithy/types"; import { GetAnomalySubscriptionsCommandInput, GetAnomalySubscriptionsCommandOutput } from "../commands/GetAnomalySubscriptionsCommand"; import { CostExplorerPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetAnomalySubscriptions: (config: CostExplorerPaginationConfiguration, input: GetAnomalySubscriptionsCommandInput, ...rest: any[]) => Paginator;