import type { Paginator } from "@smithy/types"; import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "../commands/DescribeTapesCommand"; import type { StorageGatewayPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeTapes: (config: StorageGatewayPaginationConfiguration, input: DescribeTapesCommandInput, ...rest: any[]) => Paginator;