import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { InvokeEndpointAsyncInput, InvokeEndpointAsyncOutput, } from "../models/models_0"; import { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../SageMakerRuntimeClient"; export { __MetadataBearer }; export { $Command }; export interface InvokeEndpointAsyncCommandInput extends InvokeEndpointAsyncInput {} export interface InvokeEndpointAsyncCommandOutput extends InvokeEndpointAsyncOutput, __MetadataBearer {} declare const InvokeEndpointAsyncCommand_base: { new ( input: InvokeEndpointAsyncCommandInput ): import("@smithy/smithy-client").CommandImpl< InvokeEndpointAsyncCommandInput, InvokeEndpointAsyncCommandOutput, SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: InvokeEndpointAsyncCommandInput ): import("@smithy/smithy-client").CommandImpl< InvokeEndpointAsyncCommandInput, InvokeEndpointAsyncCommandOutput, SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class InvokeEndpointAsyncCommand extends InvokeEndpointAsyncCommand_base { protected static __types: { api: { input: InvokeEndpointAsyncInput; output: InvokeEndpointAsyncOutput; }; sdk: { input: InvokeEndpointAsyncCommandInput; output: InvokeEndpointAsyncCommandOutput; }; }; }