import { Future, LazyValue, Result } from '@ephox/katamari'; import type { EventArgs } from '../events/Types'; import type { SugarElement } from '../node/SugarElement'; declare const cWaitFor: (element: SugarElement, eventType: string, timeout: number) => LazyValue>; declare const waitFor: (element: SugarElement, eventType: string, timeout: number) => Future>; export { cWaitFor, waitFor }; //# sourceMappingURL=DomFuture.d.ts.map