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