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