/** * Add something to the global variable `rg` from `rectangulr`. * @example addToGlobal({ * myGlobalFunction: (text)=>{console.log(text)} * }) * rg.myGlobalFunction("print this") */ export declare function addToGlobalRg(obj: any): void;