export declare function wrapWithProxy(valueCb: () => Value): NonNullable; export declare function unwrapProxy(value: Value): Value;