export function objectMethodProxy(e,t,o){Object.defineProperty(e,o,{get:()=>t[o]})};