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