import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { CreateBlueprintRequest, CreateBlueprintResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; 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, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateBlueprintCommandInput ): import("@smithy/core/client").CommandImpl< CreateBlueprintCommandInput, CreateBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateBlueprintCommand extends CreateBlueprintCommand_base { protected static __types: { api: { input: CreateBlueprintRequest; output: CreateBlueprintResponse; }; sdk: { input: CreateBlueprintCommandInput; output: CreateBlueprintCommandOutput; }; }; }