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