export declare const usePromise: (promise: Promise) => { data: T | undefined; error: undefined; }; //# sourceMappingURL=usePromise.d.ts.map