import type { Paginator } from "@smithy/types"; import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "../commands/DescribeBackupsCommand"; import type { FSxPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeBackups: (config: FSxPaginationConfiguration, input: DescribeBackupsCommandInput, ...rest: any[]) => Paginator;