import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetSqlInjectionMatchSetCommandInput extends GetSqlInjectionMatchSetRequest {} export interface GetSqlInjectionMatchSetCommandOutput extends GetSqlInjectionMatchSetResponse, __MetadataBearer {} declare const GetSqlInjectionMatchSetCommand_base: { new ( input: GetSqlInjectionMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetSqlInjectionMatchSetCommandInput, GetSqlInjectionMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetSqlInjectionMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetSqlInjectionMatchSetCommandInput, GetSqlInjectionMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetSqlInjectionMatchSetCommand extends GetSqlInjectionMatchSetCommand_base { protected static __types: { api: { input: GetSqlInjectionMatchSetRequest; output: GetSqlInjectionMatchSetResponse; }; sdk: { input: GetSqlInjectionMatchSetCommandInput; output: GetSqlInjectionMatchSetCommandOutput; }; }; }