export declare const getGlobalVar: (varname: string) => Window;
export declare const setGlobalVar: (varname: string, value: any) => any;
