import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { RemoveAttachmentRoutingPolicyLabelRequest, RemoveAttachmentRoutingPolicyLabelResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface RemoveAttachmentRoutingPolicyLabelCommandInput extends RemoveAttachmentRoutingPolicyLabelRequest {} export interface RemoveAttachmentRoutingPolicyLabelCommandOutput extends RemoveAttachmentRoutingPolicyLabelResponse, __MetadataBearer {} declare const RemoveAttachmentRoutingPolicyLabelCommand_base: { new ( input: RemoveAttachmentRoutingPolicyLabelCommandInput, ): import("@smithy/core/client").CommandImpl< RemoveAttachmentRoutingPolicyLabelCommandInput, RemoveAttachmentRoutingPolicyLabelCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: RemoveAttachmentRoutingPolicyLabelCommandInput, ): import("@smithy/core/client").CommandImpl< RemoveAttachmentRoutingPolicyLabelCommandInput, RemoveAttachmentRoutingPolicyLabelCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class RemoveAttachmentRoutingPolicyLabelCommand extends RemoveAttachmentRoutingPolicyLabelCommand_base { protected static __types: { api: { input: RemoveAttachmentRoutingPolicyLabelRequest; output: RemoveAttachmentRoutingPolicyLabelResponse; }; sdk: { input: RemoveAttachmentRoutingPolicyLabelCommandInput; output: RemoveAttachmentRoutingPolicyLabelCommandOutput; }; }; }