import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteReceiptRuleSetRequest, DeleteReceiptRuleSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteReceiptRuleSetCommandInput extends DeleteReceiptRuleSetRequest {} export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetResponse, __MetadataBearer {} declare const DeleteReceiptRuleSetCommand_base: { new ( input: DeleteReceiptRuleSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteReceiptRuleSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput, import("..").SESClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteReceiptRuleSetCommand extends DeleteReceiptRuleSetCommand_base { protected static __types: { api: { input: DeleteReceiptRuleSetRequest; output: {}; }; sdk: { input: DeleteReceiptRuleSetCommandInput; output: DeleteReceiptRuleSetCommandOutput; }; }; }