import { MaybeAsync } from "./types"; export declare function unwrapMaybeAsync(value: MaybeAsync): Promise;