/** * EXPERIMENTAL: This function allows you to create a reactive readonly * membrane around any object value. This API is subject to change or * being removed. * @param obj */ export declare function readonly(obj: any): any; //# sourceMappingURL=readonly.d.ts.map