export declare const repeat: (func: (...args: any[]) => boolean, wait?: number, times?: number) => (...args: any[]) => Promise;