/** * EXPERIMENTAL: This function implements an unwrap mechanism that * works for observable membrane objects. This API is subject to * change or being removed. * @param value */ export declare function unwrap(value: any): any; export declare function getReadOnlyProxy(value: any): any; export declare function getReactiveProxy(value: any): any; export declare function markLockerLiveObject(obj: any): void; //# sourceMappingURL=membrane.d.ts.map