import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { UpdateMaintenanceWindowRequest, UpdateMaintenanceWindowResult } from "../models/models_1";
export { __MetadataBearer };
export interface UpdateMaintenanceWindowCommandInput extends UpdateMaintenanceWindowRequest {}
export interface UpdateMaintenanceWindowCommandOutput
  extends UpdateMaintenanceWindowResult, __MetadataBearer {}
declare const UpdateMaintenanceWindowCommand_base: {
  new (
    input: UpdateMaintenanceWindowCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    UpdateMaintenanceWindowCommandInput,
    UpdateMaintenanceWindowCommandOutput,
    import("..").SSMClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: UpdateMaintenanceWindowCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    UpdateMaintenanceWindowCommandInput,
    UpdateMaintenanceWindowCommandOutput,
    import("..").SSMClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class UpdateMaintenanceWindowCommand extends UpdateMaintenanceWindowCommand_base {
  protected static __types: {
    api: {
      input: UpdateMaintenanceWindowRequest;
      output: UpdateMaintenanceWindowResult;
    };
    sdk: {
      input: UpdateMaintenanceWindowCommandInput;
      output: UpdateMaintenanceWindowCommandOutput;
    };
  };
}
