import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAlgorithmInput, CreateAlgorithmOutput } from "../models/models_1"; export { __MetadataBearer }; export interface CreateAlgorithmCommandInput extends CreateAlgorithmInput {} export interface CreateAlgorithmCommandOutput extends CreateAlgorithmOutput, __MetadataBearer {} declare const CreateAlgorithmCommand_base: { new ( input: CreateAlgorithmCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAlgorithmCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAlgorithmCommandInput, CreateAlgorithmCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAlgorithmCommand extends CreateAlgorithmCommand_base { protected static __types: { api: { input: CreateAlgorithmInput; output: CreateAlgorithmOutput; }; sdk: { input: CreateAlgorithmCommandInput; output: CreateAlgorithmCommandOutput; }; }; }