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