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