import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client"; import { type DescribeFHIRExportJobCommandInput, type DescribeFHIRExportJobCommandOutput } from "../commands/DescribeFHIRExportJobCommand"; import type { HealthLakeClient } from "../HealthLakeClient"; import type { HealthLakeServiceException } from "../models/HealthLakeServiceException"; /** * * @deprecated Use waitUntilFHIRExportJobCompleted instead. waitForFHIRExportJobCompleted does not throw error in non-success cases. */ export declare const waitForFHIRExportJobCompleted: (params: WaiterConfiguration, input: DescribeFHIRExportJobCommandInput) => Promise>; /** * * @param params - Waiter configuration options. * @param input - The input to DescribeFHIRExportJobCommand for polling. */ export declare const waitUntilFHIRExportJobCompleted: (params: WaiterConfiguration, input: DescribeFHIRExportJobCommandInput) => Promise>;