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