import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { BasePathMapping, CreateBasePathMappingRequest, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateBasePathMappingCommandInput extends CreateBasePathMappingRequest {} export interface CreateBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {} declare const CreateBasePathMappingCommand_base: { new ( input: CreateBasePathMappingCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateBasePathMappingCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateBasePathMappingCommand extends CreateBasePathMappingCommand_base { protected static __types: { api: { input: CreateBasePathMappingRequest; output: BasePathMapping; }; sdk: { input: CreateBasePathMappingCommandInput; output: CreateBasePathMappingCommandOutput; }; }; }