import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRegexPatternSetCommandInput extends DeleteRegexPatternSetRequest {} export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSetResponse, __MetadataBearer {} declare const DeleteRegexPatternSetCommand_base: { new ( input: DeleteRegexPatternSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRegexPatternSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base { protected static __types: { api: { input: DeleteRegexPatternSetRequest; output: DeleteRegexPatternSetResponse; }; sdk: { input: DeleteRegexPatternSetCommandInput; output: DeleteRegexPatternSetCommandOutput; }; }; }