import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ModifyClusterMaintenanceMessage, ModifyClusterMaintenanceResult, } from "../models/models_0"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../RedshiftClient"; export { __MetadataBearer }; export { $Command }; export interface ModifyClusterMaintenanceCommandInput extends ModifyClusterMaintenanceMessage {} export interface ModifyClusterMaintenanceCommandOutput extends ModifyClusterMaintenanceResult, __MetadataBearer {} declare const ModifyClusterMaintenanceCommand_base: { new ( input: ModifyClusterMaintenanceCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ModifyClusterMaintenanceCommandInput ): import("@smithy/smithy-client").CommandImpl< ModifyClusterMaintenanceCommandInput, ModifyClusterMaintenanceCommandOutput, RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class ModifyClusterMaintenanceCommand extends ModifyClusterMaintenanceCommand_base { protected static __types: { api: { input: ModifyClusterMaintenanceMessage; output: ModifyClusterMaintenanceResult; }; sdk: { input: ModifyClusterMaintenanceCommandInput; output: ModifyClusterMaintenanceCommandOutput; }; }; }