import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeTapeRecoveryPointsInput, DescribeTapeRecoveryPointsOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeTapeRecoveryPointsCommandInput extends DescribeTapeRecoveryPointsInput {} export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRecoveryPointsOutput, __MetadataBearer {} declare const DescribeTapeRecoveryPointsCommand_base: { new ( input: DescribeTapeRecoveryPointsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeTapeRecoveryPointsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeTapeRecoveryPointsCommand extends DescribeTapeRecoveryPointsCommand_base { protected static __types: { api: { input: DescribeTapeRecoveryPointsInput; output: DescribeTapeRecoveryPointsOutput; }; sdk: { input: DescribeTapeRecoveryPointsCommandInput; output: DescribeTapeRecoveryPointsCommandOutput; }; }; }