import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RetrieveTapeRecoveryPointInput, RetrieveTapeRecoveryPointOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface RetrieveTapeRecoveryPointCommandInput extends RetrieveTapeRecoveryPointInput {} export interface RetrieveTapeRecoveryPointCommandOutput extends RetrieveTapeRecoveryPointOutput, __MetadataBearer {} declare const RetrieveTapeRecoveryPointCommand_base: { new ( input: RetrieveTapeRecoveryPointCommandInput, ): import("@smithy/core/client").CommandImpl< RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RetrieveTapeRecoveryPointCommandInput, ): import("@smithy/core/client").CommandImpl< RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RetrieveTapeRecoveryPointCommand extends RetrieveTapeRecoveryPointCommand_base { protected static __types: { api: { input: RetrieveTapeRecoveryPointInput; output: RetrieveTapeRecoveryPointOutput; }; sdk: { input: RetrieveTapeRecoveryPointCommandInput; output: RetrieveTapeRecoveryPointCommandOutput; }; }; }