import { INumeric } from "../types/_numeric"; export declare function wait(options: { cond: () => any; seconds?: INumeric; }): Promise;