import { Thenable } from '../types'; export declare function asPromise(callback: () => T | Thenable): Promise;