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