export declare const waitFor: (conditionFuntion: Function, interval: number, retries: number) => Promise<unknown>;
