declare function interval_await(condition: () => any, timeout?: number, interval?: number): Promise<any>;

export { interval_await as default };
