import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetXssMatchSetRequest, GetXssMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetXssMatchSetCommandInput extends GetXssMatchSetRequest {} export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __MetadataBearer {} declare const GetXssMatchSetCommand_base: { new ( input: GetXssMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetXssMatchSetCommandInput, GetXssMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetXssMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetXssMatchSetCommandInput, GetXssMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetXssMatchSetCommand extends GetXssMatchSetCommand_base { protected static __types: { api: { input: GetXssMatchSetRequest; output: GetXssMatchSetResponse; }; sdk: { input: GetXssMatchSetCommandInput; output: GetXssMatchSetCommandOutput; }; }; }