import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutLabelRequest, PutLabelResult } from "../models/models_0"; export { __MetadataBearer }; export interface PutLabelCommandInput extends PutLabelRequest {} export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer {} declare const PutLabelCommand_base: { new ( input: PutLabelCommandInput, ): import("@smithy/core/client").CommandImpl< PutLabelCommandInput, PutLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutLabelCommandInput, ): import("@smithy/core/client").CommandImpl< PutLabelCommandInput, PutLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutLabelCommand extends PutLabelCommand_base { protected static __types: { api: { input: PutLabelRequest; output: {}; }; sdk: { input: PutLabelCommandInput; output: PutLabelCommandOutput; }; }; }