import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutAttributeMappingRequest, PutAttributeMappingResponse } from "../models/models_0"; export { __MetadataBearer }; export interface PutAttributeMappingCommandInput extends PutAttributeMappingRequest {} export interface PutAttributeMappingCommandOutput extends PutAttributeMappingResponse, __MetadataBearer {} declare const PutAttributeMappingCommand_base: { new ( input: PutAttributeMappingCommandInput, ): import("@smithy/core/client").CommandImpl< PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutAttributeMappingCommandInput, ): import("@smithy/core/client").CommandImpl< PutAttributeMappingCommandInput, PutAttributeMappingCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutAttributeMappingCommand extends PutAttributeMappingCommand_base { protected static __types: { api: { input: PutAttributeMappingRequest; output: PutAttributeMappingResponse; }; sdk: { input: PutAttributeMappingCommandInput; output: PutAttributeMappingCommandOutput; }; }; }