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