import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartThreatModelJobInput, StartThreatModelJobOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StartThreatModelJobCommandInput extends StartThreatModelJobInput {} export interface StartThreatModelJobCommandOutput extends StartThreatModelJobOutput, __MetadataBearer {} declare const StartThreatModelJobCommand_base: { new ( input: StartThreatModelJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartThreatModelJobCommandInput, StartThreatModelJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartThreatModelJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartThreatModelJobCommandInput, StartThreatModelJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartThreatModelJobCommand extends StartThreatModelJobCommand_base { protected static __types: { api: { input: StartThreatModelJobInput; output: StartThreatModelJobOutput; }; sdk: { input: StartThreatModelJobCommandInput; output: StartThreatModelJobCommandOutput; }; }; }