import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopPentestJobInput, StopPentestJobOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StopPentestJobCommandInput extends StopPentestJobInput {} export interface StopPentestJobCommandOutput extends StopPentestJobOutput, __MetadataBearer {} declare const StopPentestJobCommand_base: { new ( input: StopPentestJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopPentestJobCommandInput, StopPentestJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopPentestJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopPentestJobCommandInput, StopPentestJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopPentestJobCommand extends StopPentestJobCommand_base { protected static __types: { api: { input: StopPentestJobInput; output: {}; }; sdk: { input: StopPentestJobCommandInput; output: StopPentestJobCommandOutput; }; }; }