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