export declare function waitForFunction<T>(fn: () => T | PromiseLike<T>, interval?: number): Promise<T>;
