import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { DeleteRemediationExceptionsRequest, DeleteRemediationExceptionsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteRemediationExceptionsCommandInput extends DeleteRemediationExceptionsRequest {} export interface DeleteRemediationExceptionsCommandOutput extends DeleteRemediationExceptionsResponse, __MetadataBearer {} declare const DeleteRemediationExceptionsCommand_base: { new ( input: DeleteRemediationExceptionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteRemediationExceptionsCommandInput, DeleteRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteRemediationExceptionsCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteRemediationExceptionsCommandInput, DeleteRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteRemediationExceptionsCommand extends DeleteRemediationExceptionsCommand_base { protected static __types: { api: { input: DeleteRemediationExceptionsRequest; output: DeleteRemediationExceptionsResponse; }; sdk: { input: DeleteRemediationExceptionsCommandInput; output: DeleteRemediationExceptionsCommandOutput; }; }; }