import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartPentestJobInput, StartPentestJobOutput } from "../models/models_0"; export { __MetadataBearer }; export interface StartPentestJobCommandInput extends StartPentestJobInput {} export interface StartPentestJobCommandOutput extends StartPentestJobOutput, __MetadataBearer {} declare const StartPentestJobCommand_base: { new ( input: StartPentestJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartPentestJobCommandInput, StartPentestJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartPentestJobCommandInput, ): import("@smithy/core/client").CommandImpl< StartPentestJobCommandInput, StartPentestJobCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartPentestJobCommand extends StartPentestJobCommand_base { protected static __types: { api: { input: StartPentestJobInput; output: StartPentestJobOutput; }; sdk: { input: StartPentestJobCommandInput; output: StartPentestJobCommandOutput; }; }; }