export declare class GlobalObjectService { static implementations: any; static register(typeName: string, variable: any, isOverWrite?: boolean): void; constructor(); static getVar(typeName: string, defaultValue?: any): any; }