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