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