import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteProcessingJobRequest } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteProcessingJobCommandInput extends DeleteProcessingJobRequest {} export interface DeleteProcessingJobCommandOutput extends __MetadataBearer {} declare const DeleteProcessingJobCommand_base: { new ( input: DeleteProcessingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProcessingJobCommandInput, DeleteProcessingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteProcessingJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteProcessingJobCommandInput, DeleteProcessingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteProcessingJobCommand extends DeleteProcessingJobCommand_base { protected static __types: { api: { input: DeleteProcessingJobRequest; output: {}; }; sdk: { input: DeleteProcessingJobCommandInput; output: DeleteProcessingJobCommandOutput; }; }; }