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