declare function waitForExpect(callback?: () => void, { timeout, interval }?: { timeout?: number | undefined; interval?: number | undefined; }): Promise<{}>; export { waitForExpect }; //# sourceMappingURL=waitForExpect.d.ts.map