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