import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteTimelineEventCommandInput extends DeleteTimelineEventInput {} export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOutput, __MetadataBearer {} declare const DeleteTimelineEventCommand_base: { new ( input: DeleteTimelineEventCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteTimelineEventCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteTimelineEventCommand extends DeleteTimelineEventCommand_base { protected static __types: { api: { input: DeleteTimelineEventInput; output: {}; }; sdk: { input: DeleteTimelineEventCommandInput; output: DeleteTimelineEventCommandOutput; }; }; }