import type { Paginator } from "@smithy/types"; import { GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput } from "../commands/GetRecommendationPreferencesCommand"; import type { ComputeOptimizerPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetRecommendationPreferences: (config: ComputeOptimizerPaginationConfiguration, input: GetRecommendationPreferencesCommandInput, ...rest: any[]) => Paginator;