import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateStateMachineInput, CreateStateMachineOutput, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig, } from "../SFNClient"; export { __MetadataBearer }; export { $Command }; export interface CreateStateMachineCommandInput extends CreateStateMachineInput {} export interface CreateStateMachineCommandOutput extends CreateStateMachineOutput, __MetadataBearer {} declare const CreateStateMachineCommand_base: { new ( input: CreateStateMachineCommandInput ): import("@smithy/core/client").CommandImpl< CreateStateMachineCommandInput, CreateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateStateMachineCommandInput ): import("@smithy/core/client").CommandImpl< CreateStateMachineCommandInput, CreateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateStateMachineCommand extends CreateStateMachineCommand_base { protected static __types: { api: { input: CreateStateMachineInput; output: CreateStateMachineOutput; }; sdk: { input: CreateStateMachineCommandInput; output: CreateStateMachineCommandOutput; }; }; }