export declare const usePromise: <T>(promise: PromiseLike<T>) => T;
//# sourceMappingURL=usePromise.d.ts.map