import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetByteMatchSetRequest, GetByteMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetByteMatchSetCommandInput extends GetByteMatchSetRequest {} export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, __MetadataBearer {} declare const GetByteMatchSetCommand_base: { new ( input: GetByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetByteMatchSetCommandInput, GetByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetByteMatchSetCommandInput, GetByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetByteMatchSetCommand extends GetByteMatchSetCommand_base { protected static __types: { api: { input: GetByteMatchSetRequest; output: GetByteMatchSetResponse; }; sdk: { input: GetByteMatchSetCommandInput; output: GetByteMatchSetCommandOutput; }; }; }