import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { GetClusterCommandInput, GetClusterCommandOutput } from "../commands/GetClusterCommand"; import { DSQLClient } from "../DSQLClient"; import { DSQLServiceException } from "../models/DSQLServiceException"; export declare const waitForClusterActive: ( params: WaiterConfiguration, input: GetClusterCommandInput, ) => Promise>; export declare const waitUntilClusterActive: ( params: WaiterConfiguration, input: GetClusterCommandInput, ) => Promise>;