import { type GlobalScopePonyfill, type Observable } from 'botframework-webchat-core'; export default function observableToPromise(observable: Observable, { setTimeout }: GlobalScopePonyfill): Promise; //# sourceMappingURL=observableToPromise.d.ts.map