declare function createReadOnlyProxy(obj: T, objName: string, location: string): T; export default createReadOnlyProxy;