import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GreengrassClient"; import { CreateDeploymentRequest, CreateDeploymentResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {} export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {} declare const CreateDeploymentCommand_base: { new ( input: CreateDeploymentCommandInput ): import("@smithy/core/client").CommandImpl< CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateDeploymentCommandInput ): import("@smithy/core/client").CommandImpl< CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base { protected static __types: { api: { input: CreateDeploymentRequest; output: CreateDeploymentResponse; }; sdk: { input: CreateDeploymentCommandInput; output: CreateDeploymentCommandOutput; }; }; }