import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateFlowDefinitionRequest, CreateFlowDefinitionResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateFlowDefinitionCommandInput extends CreateFlowDefinitionRequest {} export interface CreateFlowDefinitionCommandOutput extends CreateFlowDefinitionResponse, __MetadataBearer {} declare const CreateFlowDefinitionCommand_base: { new ( input: CreateFlowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateFlowDefinitionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateFlowDefinitionCommandInput, CreateFlowDefinitionCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateFlowDefinitionCommand extends CreateFlowDefinitionCommand_base { protected static __types: { api: { input: CreateFlowDefinitionRequest; output: CreateFlowDefinitionResponse; }; sdk: { input: CreateFlowDefinitionCommandInput; output: CreateFlowDefinitionCommandOutput; }; }; }