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