import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResult, } from "../models/models_0"; export { __MetadataBearer }; export interface ApplyPendingMaintenanceActionCommandInput extends ApplyPendingMaintenanceActionMessage {} export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPendingMaintenanceActionResult, __MetadataBearer {} declare const ApplyPendingMaintenanceActionCommand_base: { new ( input: ApplyPendingMaintenanceActionCommandInput, ): import("@smithy/core/client").CommandImpl< ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ApplyPendingMaintenanceActionCommandInput, ): import("@smithy/core/client").CommandImpl< ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ApplyPendingMaintenanceActionCommand extends ApplyPendingMaintenanceActionCommand_base { protected static __types: { api: { input: ApplyPendingMaintenanceActionMessage; output: ApplyPendingMaintenanceActionResult; }; sdk: { input: ApplyPendingMaintenanceActionCommandInput; output: ApplyPendingMaintenanceActionCommandOutput; }; }; }