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