import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAttributeMappingRequest, DeleteAttributeMappingResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAttributeMappingCommandInput extends DeleteAttributeMappingRequest {} export interface DeleteAttributeMappingCommandOutput extends DeleteAttributeMappingResponse, __MetadataBearer {} declare const DeleteAttributeMappingCommand_base: { new ( input: DeleteAttributeMappingCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAttributeMappingCommandInput, DeleteAttributeMappingCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAttributeMappingCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAttributeMappingCommandInput, DeleteAttributeMappingCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAttributeMappingCommand extends DeleteAttributeMappingCommand_base { protected static __types: { api: { input: DeleteAttributeMappingRequest; output: DeleteAttributeMappingResponse; }; sdk: { input: DeleteAttributeMappingCommandInput; output: DeleteAttributeMappingCommandOutput; }; }; }