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