import type { Paginator } from "@smithy/types"; import { DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput } from "../commands/DescribeBlueGreenDeploymentsCommand"; import type { RDSPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeBlueGreenDeployments: (config: RDSPaginationConfiguration, input: DescribeBlueGreenDeploymentsCommandInput, ...rest: any[]) => Paginator;