import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteLabelCommandInput extends DeleteLabelRequest {} export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataBearer {} declare const DeleteLabelCommand_base: { new ( input: DeleteLabelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLabelCommandInput, DeleteLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteLabelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLabelCommandInput, DeleteLabelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteLabelCommand extends DeleteLabelCommand_base { protected static __types: { api: { input: DeleteLabelRequest; output: {}; }; sdk: { input: DeleteLabelCommandInput; output: DeleteLabelCommandOutput; }; }; }