import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateBlueprintRequest, CreateBlueprintResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateBlueprintCommandInput extends CreateBlueprintRequest {} export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, __MetadataBearer {} declare const CreateBlueprintCommand_base: { new ( input: CreateBlueprintCommandInput, ): import("@smithy/core/client").CommandImpl< CreateBlueprintCommandInput, CreateBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateBlueprintCommandInput, ): import("@smithy/core/client").CommandImpl< CreateBlueprintCommandInput, CreateBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateBlueprintCommand extends CreateBlueprintCommand_base { protected static __types: { api: { input: CreateBlueprintRequest; output: CreateBlueprintResponse; }; sdk: { input: CreateBlueprintCommandInput; output: CreateBlueprintCommandOutput; }; }; }