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