import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateSqlInjectionMatchSetCommandInput extends CreateSqlInjectionMatchSetRequest {} export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInjectionMatchSetResponse, __MetadataBearer {} declare const CreateSqlInjectionMatchSetCommand_base: { new ( input: CreateSqlInjectionMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSqlInjectionMatchSetCommandInput, CreateSqlInjectionMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateSqlInjectionMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSqlInjectionMatchSetCommandInput, CreateSqlInjectionMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateSqlInjectionMatchSetCommand extends CreateSqlInjectionMatchSetCommand_base { protected static __types: { api: { input: CreateSqlInjectionMatchSetRequest; output: CreateSqlInjectionMatchSetResponse; }; sdk: { input: CreateSqlInjectionMatchSetCommandInput; output: CreateSqlInjectionMatchSetCommandOutput; }; }; }