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