import { XinProxy, BoxedProxy } from './xin-types'; export declare function tosi(obj: T): BoxedProxy; export declare function boxedProxy(obj: T): BoxedProxy; export declare function xinProxy(obj: T, boxed?: boolean): XinProxy;