import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRegexMatchSetRequest, DeleteRegexMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRegexMatchSetCommandInput extends DeleteRegexMatchSetRequest {} export interface DeleteRegexMatchSetCommandOutput extends DeleteRegexMatchSetResponse, __MetadataBearer {} declare const DeleteRegexMatchSetCommand_base: { new ( input: DeleteRegexMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRegexMatchSetCommandInput, DeleteRegexMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRegexMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRegexMatchSetCommandInput, DeleteRegexMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRegexMatchSetCommand extends DeleteRegexMatchSetCommand_base { protected static __types: { api: { input: DeleteRegexMatchSetRequest; output: DeleteRegexMatchSetResponse; }; sdk: { input: DeleteRegexMatchSetCommandInput; output: DeleteRegexMatchSetCommandOutput; }; }; }