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