import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateRealtimeEndpointCommandInput extends CreateRealtimeEndpointInput {} export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpointOutput, __MetadataBearer {} declare const CreateRealtimeEndpointCommand_base: { new ( input: CreateRealtimeEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateRealtimeEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateRealtimeEndpointCommand extends CreateRealtimeEndpointCommand_base { protected static __types: { api: { input: CreateRealtimeEndpointInput; output: CreateRealtimeEndpointOutput; }; sdk: { input: CreateRealtimeEndpointCommandInput; output: CreateRealtimeEndpointCommandOutput; }; }; }