import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateHyperParameterTuningJobRequest, CreateHyperParameterTuningJobResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface CreateHyperParameterTuningJobCommandInput extends CreateHyperParameterTuningJobRequest {} export interface CreateHyperParameterTuningJobCommandOutput extends CreateHyperParameterTuningJobResponse, __MetadataBearer {} declare const CreateHyperParameterTuningJobCommand_base: { new ( input: CreateHyperParameterTuningJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateHyperParameterTuningJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateHyperParameterTuningJobCommand extends CreateHyperParameterTuningJobCommand_base { protected static __types: { api: { input: CreateHyperParameterTuningJobRequest; output: CreateHyperParameterTuningJobResponse; }; sdk: { input: CreateHyperParameterTuningJobCommandInput; output: CreateHyperParameterTuningJobCommandOutput; }; }; }