import * as TE from "fp-ts/lib/TaskEither";
export declare function toPromise<A>(task: TE.TaskEither<Error, A>): Promise<A>;
