import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetTimelineEventCommandInput extends GetTimelineEventInput {} export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, __MetadataBearer {} declare const GetTimelineEventCommand_base: { new ( input: GetTimelineEventCommandInput, ): import("@smithy/core/client").CommandImpl< GetTimelineEventCommandInput, GetTimelineEventCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetTimelineEventCommandInput, ): import("@smithy/core/client").CommandImpl< GetTimelineEventCommandInput, GetTimelineEventCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTimelineEventCommand extends GetTimelineEventCommand_base { protected static __types: { api: { input: GetTimelineEventInput; output: GetTimelineEventOutput; }; sdk: { input: GetTimelineEventCommandInput; output: GetTimelineEventCommandOutput; }; }; }