export declare function readAnalyticsId(): Promise<string | null>;
export declare function readLegacyAnalyticsId(): Promise<string | null>;
export declare function writeAnalyticsId(clientId: string): Promise<void>;
export declare function getCompilersDir(): Promise<string>;
//# sourceMappingURL=global-dir.d.ts.map