import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLabelingJobRequest, CreateLabelingJobResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateLabelingJobCommandInput extends CreateLabelingJobRequest {} export interface CreateLabelingJobCommandOutput extends CreateLabelingJobResponse, __MetadataBearer {} declare const CreateLabelingJobCommand_base: { new ( input: CreateLabelingJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLabelingJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLabelingJobCommand extends CreateLabelingJobCommand_base { protected static __types: { api: { input: CreateLabelingJobRequest; output: CreateLabelingJobResponse; }; sdk: { input: CreateLabelingJobCommandInput; output: CreateLabelingJobCommandOutput; }; }; }