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