import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateIntegrationWorkflowRequest, CreateIntegrationWorkflowResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateIntegrationWorkflowCommandInput extends CreateIntegrationWorkflowRequest {} export interface CreateIntegrationWorkflowCommandOutput extends CreateIntegrationWorkflowResponse, __MetadataBearer {} declare const CreateIntegrationWorkflowCommand_base: { new ( input: CreateIntegrationWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateIntegrationWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< CreateIntegrationWorkflowCommandInput, CreateIntegrationWorkflowCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateIntegrationWorkflowCommand extends CreateIntegrationWorkflowCommand_base { protected static __types: { api: { input: CreateIntegrationWorkflowRequest; output: CreateIntegrationWorkflowResponse; }; sdk: { input: CreateIntegrationWorkflowCommandInput; output: CreateIntegrationWorkflowCommandOutput; }; }; }