import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutHypervisorPropertyMappingsInput, PutHypervisorPropertyMappingsOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface PutHypervisorPropertyMappingsCommandInput extends PutHypervisorPropertyMappingsInput {} export interface PutHypervisorPropertyMappingsCommandOutput extends PutHypervisorPropertyMappingsOutput, __MetadataBearer {} declare const PutHypervisorPropertyMappingsCommand_base: { new ( input: PutHypervisorPropertyMappingsCommandInput, ): import("@smithy/core/client").CommandImpl< PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutHypervisorPropertyMappingsCommandInput, ): import("@smithy/core/client").CommandImpl< PutHypervisorPropertyMappingsCommandInput, PutHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutHypervisorPropertyMappingsCommand extends PutHypervisorPropertyMappingsCommand_base { protected static __types: { api: { input: PutHypervisorPropertyMappingsInput; output: PutHypervisorPropertyMappingsOutput; }; sdk: { input: PutHypervisorPropertyMappingsCommandInput; output: PutHypervisorPropertyMappingsCommandOutput; }; }; }