import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteRealtimeEndpointCommandInput extends DeleteRealtimeEndpointInput {} export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpointOutput, __MetadataBearer {} declare const DeleteRealtimeEndpointCommand_base: { new ( input: DeleteRealtimeEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteRealtimeEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteRealtimeEndpointCommand extends DeleteRealtimeEndpointCommand_base { protected static __types: { api: { input: DeleteRealtimeEndpointInput; output: DeleteRealtimeEndpointOutput; }; sdk: { input: DeleteRealtimeEndpointCommandInput; output: DeleteRealtimeEndpointCommandOutput; }; }; }