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