import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateByteMatchSetRequest, CreateByteMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateByteMatchSetCommandInput extends CreateByteMatchSetRequest {} export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetResponse, __MetadataBearer {} declare const CreateByteMatchSetCommand_base: { new ( input: CreateByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateByteMatchSetCommand extends CreateByteMatchSetCommand_base { protected static __types: { api: { input: CreateByteMatchSetRequest; output: CreateByteMatchSetResponse; }; sdk: { input: CreateByteMatchSetCommandInput; output: CreateByteMatchSetCommandOutput; }; }; }