import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartIncidentInput, StartIncidentOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StartIncidentCommandInput extends StartIncidentInput {} export interface StartIncidentCommandOutput extends StartIncidentOutput, __MetadataBearer {} declare const StartIncidentCommand_base: { new ( input: StartIncidentCommandInput, ): import("@smithy/core/client").CommandImpl< StartIncidentCommandInput, StartIncidentCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartIncidentCommandInput, ): import("@smithy/core/client").CommandImpl< StartIncidentCommandInput, StartIncidentCommandOutput, import("..").SSMIncidentsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartIncidentCommand extends StartIncidentCommand_base { protected static __types: { api: { input: StartIncidentInput; output: StartIncidentOutput; }; sdk: { input: StartIncidentCommandInput; output: StartIncidentCommandOutput; }; }; }