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