import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopTransformJobRequest } from "../models/models_4"; export { __MetadataBearer }; export interface StopTransformJobCommandInput extends StopTransformJobRequest {} export interface StopTransformJobCommandOutput extends __MetadataBearer {} declare const StopTransformJobCommand_base: { new ( input: StopTransformJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopTransformJobCommandInput, StopTransformJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopTransformJobCommandInput, ): import("@smithy/core/client").CommandImpl< StopTransformJobCommandInput, StopTransformJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopTransformJobCommand extends StopTransformJobCommand_base { protected static __types: { api: { input: StopTransformJobRequest; output: {}; }; sdk: { input: StopTransformJobCommandInput; output: StopTransformJobCommandOutput; }; }; }