import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartServiceSoftwareUpdateRequest, StartServiceSoftwareUpdateResponse, } from "../models/models_1"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface StartServiceSoftwareUpdateCommandInput extends StartServiceSoftwareUpdateRequest {} export interface StartServiceSoftwareUpdateCommandOutput extends StartServiceSoftwareUpdateResponse, __MetadataBearer {} declare const StartServiceSoftwareUpdateCommand_base: { new ( input: StartServiceSoftwareUpdateCommandInput ): import("@smithy/core/client").CommandImpl< StartServiceSoftwareUpdateCommandInput, StartServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartServiceSoftwareUpdateCommandInput ): import("@smithy/core/client").CommandImpl< StartServiceSoftwareUpdateCommandInput, StartServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartServiceSoftwareUpdateCommand extends StartServiceSoftwareUpdateCommand_base { protected static __types: { api: { input: StartServiceSoftwareUpdateRequest; output: StartServiceSoftwareUpdateResponse; }; sdk: { input: StartServiceSoftwareUpdateCommandInput; output: StartServiceSoftwareUpdateCommandOutput; }; }; }