export declare const poll: ({ callback, intervalMs, totalMs, }: { callback: () => Promise; intervalMs?: number; totalMs?: number; }) => Promise;