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