/**
 * Executes a task as soon as possible.
 * @param task Function or any object that implements `call()`.
 */
export declare const asap: any;
