import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetModelInvocationJobRequest, GetModelInvocationJobResponse } from "../models/models_1"; export { __MetadataBearer }; export interface GetModelInvocationJobCommandInput extends GetModelInvocationJobRequest {} export interface GetModelInvocationJobCommandOutput extends GetModelInvocationJobResponse, __MetadataBearer {} declare const GetModelInvocationJobCommand_base: { new ( input: GetModelInvocationJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelInvocationJobCommandInput, GetModelInvocationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetModelInvocationJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelInvocationJobCommandInput, GetModelInvocationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetModelInvocationJobCommand extends GetModelInvocationJobCommand_base { protected static __types: { api: { input: GetModelInvocationJobRequest; output: GetModelInvocationJobResponse; }; sdk: { input: GetModelInvocationJobCommandInput; output: GetModelInvocationJobCommandOutput; }; }; }