import { ResultAsync } from "neverthrow"; import { DendronError } from "."; import { RespV3 } from "./types"; export declare class ResultUtils { static PromiseRespV3ToResultAsync(p: Promise>): ResultAsync>; }