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