import { Either } from '@typed/either';
import { PureFuture } from './Future';
export declare function toPromise<A, B>(future: PureFuture<A, B>): Promise<Either<A, B>>;
//# sourceMappingURL=toPromise.d.ts.map