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