import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MediaPackageClient"; import { CreateHarvestJobRequest, CreateHarvestJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; 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, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateHarvestJobCommandInput ): import("@smithy/core/client").CommandImpl< CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateHarvestJobCommand extends CreateHarvestJobCommand_base { protected static __types: { api: { input: CreateHarvestJobRequest; output: CreateHarvestJobResponse; }; sdk: { input: CreateHarvestJobCommandInput; output: CreateHarvestJobCommandOutput; }; }; }