export declare function getReadOnlyProxy(value: T): Readonly; /** * DEPRECATED: This function allows you to create a reactive readonly * membrane around any object value. * WARNING: This function does *NOT* make the object read-only. * @param value any object * @returns the provided value * @deprecated */ export declare function readonly(value: T): T; //# sourceMappingURL=get-read-only-proxy.d.ts.map