import { Token } from "../types/index";
declare function pollTaskFor(token: Token): Promise<void>;
export { pollTaskFor as default };
