import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateModelInvocationJobRequest, CreateModelInvocationJobResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface CreateModelInvocationJobCommandInput extends CreateModelInvocationJobRequest {} export interface CreateModelInvocationJobCommandOutput extends CreateModelInvocationJobResponse, __MetadataBearer {} declare const CreateModelInvocationJobCommand_base: { new ( input: CreateModelInvocationJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelInvocationJobCommandInput, CreateModelInvocationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateModelInvocationJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateModelInvocationJobCommandInput, CreateModelInvocationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateModelInvocationJobCommand extends CreateModelInvocationJobCommand_base { protected static __types: { api: { input: CreateModelInvocationJobRequest; output: CreateModelInvocationJobResponse; }; sdk: { input: CreateModelInvocationJobCommandInput; output: CreateModelInvocationJobCommandOutput; }; }; }