import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetModelCopyJobRequest, GetModelCopyJobResponse } from "../models/models_1"; export { __MetadataBearer }; export interface GetModelCopyJobCommandInput extends GetModelCopyJobRequest {} export interface GetModelCopyJobCommandOutput extends GetModelCopyJobResponse, __MetadataBearer {} declare const GetModelCopyJobCommand_base: { new ( input: GetModelCopyJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelCopyJobCommandInput, GetModelCopyJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetModelCopyJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelCopyJobCommandInput, GetModelCopyJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetModelCopyJobCommand extends GetModelCopyJobCommand_base { protected static __types: { api: { input: GetModelCopyJobRequest; output: GetModelCopyJobResponse; }; sdk: { input: GetModelCopyJobCommandInput; output: GetModelCopyJobCommandOutput; }; }; }