import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetRegexMatchSetRequest, GetRegexMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetRegexMatchSetCommandInput extends GetRegexMatchSetRequest {} export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse, __MetadataBearer {} declare const GetRegexMatchSetCommand_base: { new ( input: GetRegexMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetRegexMatchSetCommandInput, GetRegexMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetRegexMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetRegexMatchSetCommandInput, GetRegexMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetRegexMatchSetCommand extends GetRegexMatchSetCommand_base { protected static __types: { api: { input: GetRegexMatchSetRequest; output: GetRegexMatchSetResponse; }; sdk: { input: GetRegexMatchSetCommandInput; output: GetRegexMatchSetCommandOutput; }; }; }