import { Option } from "../classes/option.js";
export declare function toOptionPromise<T>(promise: PromiseLike<T>): Promise<Option<T>>;
