import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutAttachmentRoutingPolicyLabelRequest, PutAttachmentRoutingPolicyLabelResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface PutAttachmentRoutingPolicyLabelCommandInput extends PutAttachmentRoutingPolicyLabelRequest {} export interface PutAttachmentRoutingPolicyLabelCommandOutput extends PutAttachmentRoutingPolicyLabelResponse, __MetadataBearer {} declare const PutAttachmentRoutingPolicyLabelCommand_base: { new ( input: PutAttachmentRoutingPolicyLabelCommandInput, ): import("@smithy/core/client").CommandImpl< PutAttachmentRoutingPolicyLabelCommandInput, PutAttachmentRoutingPolicyLabelCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutAttachmentRoutingPolicyLabelCommandInput, ): import("@smithy/core/client").CommandImpl< PutAttachmentRoutingPolicyLabelCommandInput, PutAttachmentRoutingPolicyLabelCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutAttachmentRoutingPolicyLabelCommand extends PutAttachmentRoutingPolicyLabelCommand_base { protected static __types: { api: { input: PutAttachmentRoutingPolicyLabelRequest; output: PutAttachmentRoutingPolicyLabelResponse; }; sdk: { input: PutAttachmentRoutingPolicyLabelCommandInput; output: PutAttachmentRoutingPolicyLabelCommandOutput; }; }; }