import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetModelCustomizationJobRequest, GetModelCustomizationJobResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface GetModelCustomizationJobCommandInput extends GetModelCustomizationJobRequest {} export interface GetModelCustomizationJobCommandOutput extends GetModelCustomizationJobResponse, __MetadataBearer {} declare const GetModelCustomizationJobCommand_base: { new ( input: GetModelCustomizationJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelCustomizationJobCommandInput, GetModelCustomizationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetModelCustomizationJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetModelCustomizationJobCommandInput, GetModelCustomizationJobCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetModelCustomizationJobCommand extends GetModelCustomizationJobCommand_base { protected static __types: { api: { input: GetModelCustomizationJobRequest; output: GetModelCustomizationJobResponse; }; sdk: { input: GetModelCustomizationJobCommandInput; output: GetModelCustomizationJobCommandOutput; }; }; }