import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, } from "../commands/DescribeDBClusterSnapshotsCommand"; import { RDSServiceException } from "../models/RDSServiceException"; import { RDSClient } from "../RDSClient"; export declare const waitForDBClusterSnapshotAvailable: ( params: WaiterConfiguration, input: DescribeDBClusterSnapshotsCommandInput ) => Promise< WaiterResult >; export declare const waitUntilDBClusterSnapshotAvailable: ( params: WaiterConfiguration, input: DescribeDBClusterSnapshotsCommandInput ) => Promise>;