import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetHypervisorPropertyMappingsInput, GetHypervisorPropertyMappingsOutput, } from "../models/models_0"; export { __MetadataBearer }; export interface GetHypervisorPropertyMappingsCommandInput extends GetHypervisorPropertyMappingsInput {} export interface GetHypervisorPropertyMappingsCommandOutput extends GetHypervisorPropertyMappingsOutput, __MetadataBearer {} declare const GetHypervisorPropertyMappingsCommand_base: { new ( input: GetHypervisorPropertyMappingsCommandInput, ): import("@smithy/core/client").CommandImpl< GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetHypervisorPropertyMappingsCommandInput, ): import("@smithy/core/client").CommandImpl< GetHypervisorPropertyMappingsCommandInput, GetHypervisorPropertyMappingsCommandOutput, import("..").BackupGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetHypervisorPropertyMappingsCommand extends GetHypervisorPropertyMappingsCommand_base { protected static __types: { api: { input: GetHypervisorPropertyMappingsInput; output: GetHypervisorPropertyMappingsOutput; }; sdk: { input: GetHypervisorPropertyMappingsCommandInput; output: GetHypervisorPropertyMappingsCommandOutput; }; }; }