export declare function poll(callback: () => boolean | Promise, delay: number, timeout: number, isNot?: boolean): Promise;