import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeClusterSnapshotsCommandInput } from "../commands/DescribeClusterSnapshotsCommand"; import { RedshiftClient } from "../RedshiftClient"; export declare const waitForSnapshotAvailable: ( params: WaiterConfiguration, input: DescribeClusterSnapshotsCommandInput ) => Promise; export declare const waitUntilSnapshotAvailable: ( params: WaiterConfiguration, input: DescribeClusterSnapshotsCommandInput ) => Promise;