import { IMessage, StratoChannel } from "stratocaster"; export declare const awaitMessageOfTypeFrom: (stream: AsyncIterable, type: string, timeoutMs?: number) => Promise; export declare const awaitMessageOfType: (session: StratoChannel, type: string, timeoutMs?: number) => Promise;