import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteComponentCommandInput extends DeleteComponentRequest {} export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {} declare const DeleteComponentCommand_base: { new ( input: DeleteComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteComponentCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteComponentCommandInput, DeleteComponentCommandOutput, import("..").ApplicationInsightsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteComponentCommand extends DeleteComponentCommand_base { protected static __types: { api: { input: DeleteComponentRequest; output: {}; }; sdk: { input: DeleteComponentCommandInput; output: DeleteComponentCommandOutput; }; }; }