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