export declare const until: (check: () => boolean | Promise, pollInterval?: number) => Promise;