import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateHarvestJobRequest, CreateHarvestJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateHarvestJobCommandInput extends CreateHarvestJobRequest {} export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse, __MetadataBearer {} declare const CreateHarvestJobCommand_base: { new ( input: CreateHarvestJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateHarvestJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, import("..").MediaPackageClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateHarvestJobCommand extends CreateHarvestJobCommand_base { protected static __types: { api: { input: CreateHarvestJobRequest; output: CreateHarvestJobResponse; }; sdk: { input: CreateHarvestJobCommandInput; output: CreateHarvestJobCommandOutput; }; }; }