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