import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelHarvestJobRequest, CancelHarvestJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CancelHarvestJobCommandInput extends CancelHarvestJobRequest {} export interface CancelHarvestJobCommandOutput extends CancelHarvestJobResponse, __MetadataBearer {} declare const CancelHarvestJobCommand_base: { new ( input: CancelHarvestJobCommandInput, ): import("@smithy/core/client").CommandImpl< CancelHarvestJobCommandInput, CancelHarvestJobCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelHarvestJobCommandInput, ): import("@smithy/core/client").CommandImpl< CancelHarvestJobCommandInput, CancelHarvestJobCommandOutput, import("..").MediaPackageV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelHarvestJobCommand extends CancelHarvestJobCommand_base { protected static __types: { api: { input: CancelHarvestJobRequest; output: {}; }; sdk: { input: CancelHarvestJobCommandInput; output: CancelHarvestJobCommandOutput; }; }; }