import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppRunnerClient"; import { StartDeploymentRequest, StartDeploymentResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartDeploymentCommandInput extends StartDeploymentRequest {} export interface StartDeploymentCommandOutput extends StartDeploymentResponse, __MetadataBearer {} declare const StartDeploymentCommand_base: { new ( input: StartDeploymentCommandInput ): import("@smithy/core/client").CommandImpl< StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartDeploymentCommandInput ): import("@smithy/core/client").CommandImpl< StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartDeploymentCommand extends StartDeploymentCommand_base { protected static __types: { api: { input: StartDeploymentRequest; output: StartDeploymentResponse; }; sdk: { input: StartDeploymentCommandInput; output: StartDeploymentCommandOutput; }; }; }