declare const waitFor: (fn: () => T, interval?: number, timeout?: number) => Promise; export { waitFor }; //# sourceMappingURL=waitFor.d.ts.map