import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetHarvestJobRequest, GetHarvestJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetHarvestJobCommandInput extends GetHarvestJobRequest {} export interface GetHarvestJobCommandOutput extends GetHarvestJobResponse, __MetadataBearer {} declare const GetHarvestJobCommand_base: { new ( input: GetHarvestJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetHarvestJobCommandInput, GetHarvestJobCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetHarvestJobCommandInput, ): import("@smithy/core/client").CommandImpl< GetHarvestJobCommandInput, GetHarvestJobCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetHarvestJobCommand extends GetHarvestJobCommand_base { protected static __types: { api: { input: GetHarvestJobRequest; output: GetHarvestJobResponse; }; sdk: { input: GetHarvestJobCommandInput; output: GetHarvestJobCommandOutput; }; }; }