import type { MaybeBoxOrGetter } from "../types.js";
export declare function unbox<T>(value: MaybeBoxOrGetter<T>): T;
