import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateSqlInjectionMatchSetCommandInput extends UpdateSqlInjectionMatchSetRequest {} export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInjectionMatchSetResponse, __MetadataBearer {} declare const UpdateSqlInjectionMatchSetCommand_base: { new ( input: UpdateSqlInjectionMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateSqlInjectionMatchSetCommandInput, UpdateSqlInjectionMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateSqlInjectionMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateSqlInjectionMatchSetCommandInput, UpdateSqlInjectionMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateSqlInjectionMatchSetCommand extends UpdateSqlInjectionMatchSetCommand_base { protected static __types: { api: { input: UpdateSqlInjectionMatchSetRequest; output: UpdateSqlInjectionMatchSetResponse; }; sdk: { input: UpdateSqlInjectionMatchSetCommandInput; output: UpdateSqlInjectionMatchSetCommandOutput; }; }; }