import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { CreateApiMappingRequest, CreateApiMappingResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateApiMappingCommandInput extends CreateApiMappingRequest {} export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse, __MetadataBearer {} declare const CreateApiMappingCommand_base: { new ( input: CreateApiMappingCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateApiMappingCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateApiMappingCommand extends CreateApiMappingCommand_base { protected static __types: { api: { input: CreateApiMappingRequest; output: CreateApiMappingResponse; }; sdk: { input: CreateApiMappingCommandInput; output: CreateApiMappingCommandOutput; }; }; }