import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateGeoMatchSetRequest, CreateGeoMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateGeoMatchSetCommandInput extends CreateGeoMatchSetRequest {} export interface CreateGeoMatchSetCommandOutput extends CreateGeoMatchSetResponse, __MetadataBearer {} declare const CreateGeoMatchSetCommand_base: { new ( input: CreateGeoMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateGeoMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateGeoMatchSetCommand extends CreateGeoMatchSetCommand_base { protected static __types: { api: { input: CreateGeoMatchSetRequest; output: CreateGeoMatchSetResponse; }; sdk: { input: CreateGeoMatchSetCommandInput; output: CreateGeoMatchSetCommandOutput; }; }; }