/** * Global helpers depending on environment scoped global variables * * * @param globalVariables * @returns */ export declare const GlobalHelpers: (globalVariables: Record) => { setGlobalVar: (...args: any[]) => void; getGlobalVar: (...args: any[]) => any; };