import { WaiterConfiguration, WaiterResult } from "@smithy/core/client"; import { GetStreamCommandInput, GetStreamCommandOutput } from "../commands/GetStreamCommand"; import { DSQLClient } from "../DSQLClient"; import { DSQLServiceException } from "../models/DSQLServiceException"; import { ResourceNotFoundException } from "../models/errors"; export declare const waitForStreamNotExists: ( params: WaiterConfiguration, input: GetStreamCommandInput, ) => Promise>; export declare const waitUntilStreamNotExists: ( params: WaiterConfiguration, input: GetStreamCommandInput, ) => Promise>;