import { BoxedValue } from "boxm"; export declare const box: (obj: T) => { readonly [P in keyof T]: BoxedValue; }; export { BoxedValue, BoxedObject } from "boxm";