export declare function getGlobalName(): string; export declare function setGlobalName(name?: string | null): void;