import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateEventLabelCommandInput extends UpdateEventLabelRequest {} export interface UpdateEventLabelCommandOutput extends UpdateEventLabelResult, __MetadataBearer {} declare const UpdateEventLabelCommand_base: { new ( input: UpdateEventLabelCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateEventLabelCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base { protected static __types: { api: { input: UpdateEventLabelRequest; output: {}; }; sdk: { input: UpdateEventLabelCommandInput; output: UpdateEventLabelCommandOutput; }; }; }