export declare const toPromise: <T>(s: T | Promise<T>) => Promise<T>;
//# sourceMappingURL=promise.d.ts.map