import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput, } from "../commands/DescribeDBSnapshotsCommand"; import { RDSServiceException } from "../models/RDSServiceException"; import { RDSClient } from "../RDSClient"; export declare const waitForDBSnapshotAvailable: ( params: WaiterConfiguration, input: DescribeDBSnapshotsCommandInput ) => Promise< WaiterResult >; export declare const waitUntilDBSnapshotAvailable: ( params: WaiterConfiguration, input: DescribeDBSnapshotsCommandInput ) => Promise>;