import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { StopColumnStatisticsTaskRunScheduleRequest, StopColumnStatisticsTaskRunScheduleResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface StopColumnStatisticsTaskRunScheduleCommandInput extends StopColumnStatisticsTaskRunScheduleRequest {} export interface StopColumnStatisticsTaskRunScheduleCommandOutput extends StopColumnStatisticsTaskRunScheduleResponse, __MetadataBearer {} declare const StopColumnStatisticsTaskRunScheduleCommand_base: { new ( input: StopColumnStatisticsTaskRunScheduleCommandInput ): import("@smithy/core/client").CommandImpl< StopColumnStatisticsTaskRunScheduleCommandInput, StopColumnStatisticsTaskRunScheduleCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StopColumnStatisticsTaskRunScheduleCommandInput ): import("@smithy/core/client").CommandImpl< StopColumnStatisticsTaskRunScheduleCommandInput, StopColumnStatisticsTaskRunScheduleCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StopColumnStatisticsTaskRunScheduleCommand extends StopColumnStatisticsTaskRunScheduleCommand_base { protected static __types: { api: { input: StopColumnStatisticsTaskRunScheduleRequest; output: {}; }; sdk: { input: StopColumnStatisticsTaskRunScheduleCommandInput; output: StopColumnStatisticsTaskRunScheduleCommandOutput; }; }; }