import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopThreatModelJobInput, StopThreatModelJobOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StopThreatModelJobCommandInput extends StopThreatModelJobInput {} export interface StopThreatModelJobCommandOutput extends StopThreatModelJobOutput, __MetadataBearer {} declare const StopThreatModelJobCommand_base: { new ( input: StopThreatModelJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopThreatModelJobCommandInput, StopThreatModelJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopThreatModelJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopThreatModelJobCommandInput, StopThreatModelJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopThreatModelJobCommand extends StopThreatModelJobCommand_base { protected static __types: { api: { input: StopThreatModelJobInput; output: {}; }; sdk: { input: StopThreatModelJobCommandInput; output: StopThreatModelJobCommandOutput; }; }; }