export declare const getGlobal: (key: string) => any; export declare const setGlobal: (key: string, value: unknown) => void;