import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  RegisterTaskWithMaintenanceWindowRequest,
  RegisterTaskWithMaintenanceWindowResult,
} from "../models/models_1";
export { __MetadataBearer };
export interface RegisterTaskWithMaintenanceWindowCommandInput extends RegisterTaskWithMaintenanceWindowRequest {}
export interface RegisterTaskWithMaintenanceWindowCommandOutput
  extends RegisterTaskWithMaintenanceWindowResult, __MetadataBearer {}
declare const RegisterTaskWithMaintenanceWindowCommand_base: {
  new (
    input: RegisterTaskWithMaintenanceWindowCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    RegisterTaskWithMaintenanceWindowCommandInput,
    RegisterTaskWithMaintenanceWindowCommandOutput,
    import("..").SSMClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  new (
    input: RegisterTaskWithMaintenanceWindowCommandInput,
  ): import("@smithy/core/client").CommandImpl<
    RegisterTaskWithMaintenanceWindowCommandInput,
    RegisterTaskWithMaintenanceWindowCommandOutput,
    import("..").SSMClientResolvedConfig,
    import("..").ServiceInputTypes,
    import("..").ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class RegisterTaskWithMaintenanceWindowCommand extends RegisterTaskWithMaintenanceWindowCommand_base {
  protected static __types: {
    api: {
      input: RegisterTaskWithMaintenanceWindowRequest;
      output: RegisterTaskWithMaintenanceWindowResult;
    };
    sdk: {
      input: RegisterTaskWithMaintenanceWindowCommandInput;
      output: RegisterTaskWithMaintenanceWindowCommandOutput;
    };
  };
}
