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