export declare function getGlobal<T>(key: string): T;
export declare function setGlobal<T>(key: string, v: T): T;
