import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { CreateEnvironmentBlueprintInput, CreateEnvironmentBlueprintOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateEnvironmentBlueprintCommandInput extends CreateEnvironmentBlueprintInput {} export interface CreateEnvironmentBlueprintCommandOutput extends CreateEnvironmentBlueprintOutput, __MetadataBearer {} declare const CreateEnvironmentBlueprintCommand_base: { new ( input: CreateEnvironmentBlueprintCommandInput ): import("@smithy/core/client").CommandImpl< CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateEnvironmentBlueprintCommandInput ): import("@smithy/core/client").CommandImpl< CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateEnvironmentBlueprintCommand extends CreateEnvironmentBlueprintCommand_base { protected static __types: { api: { input: CreateEnvironmentBlueprintInput; output: CreateEnvironmentBlueprintOutput; }; sdk: { input: CreateEnvironmentBlueprintCommandInput; output: CreateEnvironmentBlueprintCommandOutput; }; }; }