import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { GetHarvestJobCommandInput, GetHarvestJobCommandOutput, } from "../commands/GetHarvestJobCommand"; import { MediaPackageV2Client } from "../MediaPackageV2Client"; import { MediaPackageV2ServiceException } from "../models/MediaPackageV2ServiceException"; export declare const waitForHarvestJobFinished: ( params: WaiterConfiguration, input: GetHarvestJobCommandInput, ) => Promise>; export declare const waitUntilHarvestJobFinished: ( params: WaiterConfiguration, input: GetHarvestJobCommandInput, ) => Promise>;