import { Abortable } from '../../abortable/abortable.class'; import { AsyncTask } from '../async-task.class'; export declare function asyncTimeout(ms: number, abortable: Abortable): AsyncTask;