import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartClusterHealthCheckRequest, StartClusterHealthCheckResponse, } from "../models/models_4"; export { __MetadataBearer }; export interface StartClusterHealthCheckCommandInput extends StartClusterHealthCheckRequest {} export interface StartClusterHealthCheckCommandOutput extends StartClusterHealthCheckResponse, __MetadataBearer {} declare const StartClusterHealthCheckCommand_base: { new ( input: StartClusterHealthCheckCommandInput, ): import("@smithy/core/client").CommandImpl< StartClusterHealthCheckCommandInput, StartClusterHealthCheckCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartClusterHealthCheckCommandInput, ): import("@smithy/core/client").CommandImpl< StartClusterHealthCheckCommandInput, StartClusterHealthCheckCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartClusterHealthCheckCommand extends StartClusterHealthCheckCommand_base { protected static __types: { api: { input: StartClusterHealthCheckRequest; output: StartClusterHealthCheckResponse; }; sdk: { input: StartClusterHealthCheckCommandInput; output: StartClusterHealthCheckCommandOutput; }; }; }