import type { Paginator } from "@smithy/types"; import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "../commands/DescribeVolumesCommand"; import type { EC2PaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeVolumes: (config: EC2PaginationConfiguration, input: DescribeVolumesCommandInput, ...rest: any[]) => Paginator;